Przeglądaj źródła

add rewriteBatchedStatements=true to MySQL jdbc driver config

Lari Hotari 10 lat temu
rodzic
commit
6d5baa2a27

+ 3 - 0
frameworks/Groovy/grails/hello/grails-app/conf/mysql-connection.properties

@@ -58,3 +58,6 @@ maintainTimeStats=false
 # timeouts for TCP/IP
 connectTimeout=15000
 socketTimeout=120000
+
+# enable batch mode
+rewriteBatchedStatements=true