From 791be8fa80d617b985351ffb89139fcda1fa18f1 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 5 Mar 2012 21:53:05 +0100 Subject: SONAR-3307 Add the parameter rewriteBatchedStatements=true to MySQL JDBC URL --- sonar-application/src/main/assembly/conf/sonar.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-application') diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index e67da1a3eda..9bf7f10b465 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -58,7 +58,7 @@ sonar.jdbc.url: jdbc:derby://localhost:1527/sonar;cre #----- MySQL 5.x/6.x # Comment the embedded database and uncomment the following line to use MySQL -#sonar.jdbc.url: jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8 +#sonar.jdbc.url: jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true # Optional properties #sonar.jdbc.driverClassName: com.mysql.jdbc.Driver -- cgit v1.2.3