Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll 2018-02-10 15:06:16 +01:00
commit 5e0df39c66
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public enum DatabaseDriver {
* MySQL.
*/
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.