Merge branch 'master' into feature/support-oracle-tns-url

This commit is contained in:
吴晟 Wu Sheng 2017-12-06 16:32:01 +08:00 committed by GitHub
commit 02877d4bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ import org.skywalking.apm.agent.core.plugin.match.ClassMatch;
import static org.skywalking.apm.plugin.jdbc.mysql.define.MultiClassNameMatch.byMultiClassMatch;
/**
* {@link Mysql5xConnectionInstrumentation } interceptor the {@link com.mysql.cj.jdbc.ConnectionImpl} class above the
* version 5.1+ of mysql jdbc driver jar.
* {@link Mysql5xConnectionInstrumentation } interceptor {@link com.mysql.cj.jdbc.ConnectionImpl} and
* com.mysql.jdbc.ConnectionImpl in mysql jdbc driver 5.1 and 5.1+
*
* @author zhangxin
*/