diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-03-06 21:53:47 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-03-06 21:53:47 +0100 |
commit | 1b76c008dbe78276319320d241a412c84d922ea5 (patch) | |
tree | 0cd9aed7c5444c620ca25bb37bf5439e9212e3a4 /sonar-application | |
parent | 7c6222ae03569c5af98fdbe646edde3f52cd1674 (diff) | |
parent | 8b595a47c93e534a3b00a7439dfc98005a82a9b0 (diff) | |
download | sonarqube-1b76c008dbe78276319320d241a412c84d922ea5.tar.gz sonarqube-1b76c008dbe78276319320d241a412c84d922ea5.zip |
Merge branch 'release-2.14'
Diffstat (limited to 'sonar-application')
-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 |