Correct the name of MySQL's XADataSource implementation
Closes gh-4942
This commit is contained in:
parent
6117b6c5c8
commit
b99739212a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue