Skip to content

Commit a86e330

Browse files
committed
[misc] improve no cache benchmark
1 parent b3a3735 commit a86e330

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
@@ -104,7 +104,7 @@ public void createConnections() throws Exception {
104104
password,
105105
true,
106106
false,
107-
"&prepStmtCacheSize=0" + other);
107+
"&prepStmtCacheSize=0&cachePrepStmts=false" + other);
108108

109109
connectionBinaryNoCache =
110110
((java.sql.Driver) Class.forName(className).getDeclaredConstructor().newInstance())

0 commit comments

Comments
 (0)