Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > 1a51d1a25bac1cacab5bf7cd4d80a150 > files > 2

junit-benchmarks-0.7.2-6.mga7.src.rpm

diff -Nru a/src/main/java/com/carrotsearch/junitbenchmarks/mysql/MySQLConsumer.java b/src/main/java/com/carrotsearch/junitbenchmarks/mysql/MySQLConsumer.java
--- a/src/main/java/com/carrotsearch/junitbenchmarks/mysql/MySQLConsumer.java	2013-08-07 12:11:32.000000000 +0200
+++ b/src/main/java/com/carrotsearch/junitbenchmarks/mysql/MySQLConsumer.java	2019-01-26 17:35:43.066187002 +0100
@@ -2,7 +2,7 @@
 
 import com.carrotsearch.junitbenchmarks.BenchmarkOptionsSystemProperties;
 import com.carrotsearch.junitbenchmarks.db.DbConsumer;
-import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;
+import com.mysql.cj.jdbc.MysqlDataSource;
 import java.io.File;
 import java.sql.Connection;
 import java.sql.SQLException;