Correct the name of MySQL's XADataSource implementation
Closes gh-4942
This commit is contained in:
@@ -56,7 +56,7 @@ enum DatabaseDriver {
|
||||
/**
|
||||
* MySQL.
|
||||
*/
|
||||
MYSQL("com.mysql.jdbc.Driver", "org.mysql.jdbc.MySQLDataSource"),
|
||||
MYSQL("com.mysql.jdbc.Driver", "com.mysql.jdbc.jdbc2.optional.MysqlXADataSource"),
|
||||
|
||||
/**
|
||||
* Maria DB.
|
||||
|
||||
Reference in New Issue
Block a user