diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-05 21:53:05 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-05 21:53:05 +0100 |
commit | 791be8fa80d617b985351ffb89139fcda1fa18f1 (patch) | |
tree | d0eeef4bacfd39113175a9a8ef13c367804e4b0b /sonar-application/src | |
parent | 5209fac8c90c46ba4dd6d9ce73eae7f2dc428a9b (diff) | |
download | sonarqube-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.properties | 2 |
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 |