Commit 5e0df39c authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x'

parents 63c827b1 da01744e
...@@ -67,7 +67,7 @@ public enum DatabaseDriver { ...@@ -67,7 +67,7 @@ public enum DatabaseDriver {
* MySQL. * MySQL.
*/ */
MYSQL("MySQL", "com.mysql.jdbc.Driver", MYSQL("MySQL", "com.mysql.jdbc.Driver",
"com.mysql.jdbc.jdbc2.optional.MysqlXADataSource", "SELECT 1"), "com.mysql.jdbc.jdbc2.optional.MysqlXADataSource", "/* ping */ SELECT 1"),
/** /**
* Maria DB. * Maria DB.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment