aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-03-05 21:53:05 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-03-05 21:53:05 +0100
commit791be8fa80d617b985351ffb89139fcda1fa18f1 (patch)
treed0eeef4bacfd39113175a9a8ef13c367804e4b0b /sonar-application/src
parent5209fac8c90c46ba4dd6d9ce73eae7f2dc428a9b (diff)
downloadsonarqube-791be8fa80d617b985351ffb89139fcda1fa18f1.tar.gz
sonarqube-791be8fa80d617b985351ffb89139fcda1fa18f1.zip
SONAR-3307 Add the parameter rewriteBatchedStatements=true to MySQL JDBC URL
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
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