There was an error while loading. Please reload this page.
1 parent b3a3735 commit a86e330Copy full SHA for a86e330
src/benchmark/java/org/mariadb/jdbc/Common.java
@@ -104,7 +104,7 @@ public void createConnections() throws Exception {
104
password,
105
true,
106
false,
107
- "&prepStmtCacheSize=0" + other);
+ "&prepStmtCacheSize=0&cachePrepStmts=false" + other);
108
109
connectionBinaryNoCache =
110
((java.sql.Driver) Class.forName(className).getDeclaredConstructor().newInstance())
0 commit comments