Commit 37ce1784 authored by Marcus Eisele's avatar Marcus Eisele Committed by Stephane Nicoll

Update MySQL validation query to use lightweight ping

Closes gh-11981
parent c4395afa
...@@ -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