Unverified Commit 02877d4b authored by 吴晟's avatar 吴晟 Committed by GitHub
Browse files

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

parents 93079389 730c43d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
 */