There was an error while loading. Please reload this page.
1 parent bb9b11f commit 5b165c7Copy full SHA for 5b165c7
src/benchmark/java/org/mariadb/jdbc/Common.java
@@ -58,7 +58,7 @@ public void createConnections() throws Exception {
58
throw new RuntimeException("wrong param");
59
}
60
try {
61
- String jdbcBase = "jdbc:%s://%s:%s/%s?user=%s&password=%s&sslMode=DISABLED&useServerPrepStmts=%s&cachePrepStmts=%s&serverTimezone=UTC&trackSessionState=TRUE%s";
+ String jdbcBase = "jdbc:%s://%s:%s/%s?user=%s&password=%s&sslMode=DISABLED&useServerPrepStmts=%s&cachePrepStmts=%s&serverTimezone=UTC%s";
62
String jdbcUrlText =
63
String.format(
64
jdbcBase,
0 commit comments