Correct the name of MySQL's XADataSource implementation

Closes gh-4942
This commit is contained in:
Andy Wilkinson 2016-01-14 15:53:00 +00:00
parent 6117b6c5c8
commit b99739212a

View File

@ -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.