Change default MysqlDialect constructor to use version 5 instead of 4
This commit is contained in:
parent
c06788dd88
commit
6c98d3400f
|
@ -86,7 +86,7 @@ public class MySQLDialect extends Dialect {
|
|||
}
|
||||
|
||||
public MySQLDialect() {
|
||||
this( 400 );
|
||||
this( 500 );
|
||||
}
|
||||
|
||||
public MySQLDialect(int version) {
|
||||
|
|
Loading…
Reference in New Issue