Commit b9973921 authored by Andy Wilkinson's avatar Andy Wilkinson

Correct the name of MySQL's XADataSource implementation

Closes gh-4942
parent 6117b6c5
...@@ -56,7 +56,7 @@ enum DatabaseDriver { ...@@ -56,7 +56,7 @@ enum DatabaseDriver {
/** /**
* MySQL. * MySQL.
*/ */
MYSQL("com.mysql.jdbc.Driver", "org.mysql.jdbc.MySQLDataSource"), MYSQL("com.mysql.jdbc.Driver", "com.mysql.jdbc.jdbc2.optional.MysqlXADataSource"),
/** /**
* 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