Skip to content

Commit 5b165c7

Browse files
author
diego Dupin
committed
[misc] remove benchmark option trackSessionState=TRUE now that https://jira.mariadb.org/browse/MDEV-26868 is released
1 parent bb9b11f commit 5b165c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmark/java/org/mariadb/jdbc/Common.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void createConnections() throws Exception {
5858
throw new RuntimeException("wrong param");
5959
}
6060
try {
61-
String jdbcBase = "jdbc:%s://%s:%s/%s?user=%s&password=%s&sslMode=DISABLED&useServerPrepStmts=%s&cachePrepStmts=%s&serverTimezone=UTC&trackSessionState=TRUE%s";
61+
String jdbcBase = "jdbc:%s://%s:%s/%s?user=%s&password=%s&sslMode=DISABLED&useServerPrepStmts=%s&cachePrepStmts=%s&serverTimezone=UTC%s";
6262
String jdbcUrlText =
6363
String.format(
6464
jdbcBase,

0 commit comments

Comments
 (0)