HHH-11473 - Fix MariaDB dialect
This commit is contained in:
parent
9cb171bfeb
commit
c6b6d9d242
|
@ -17,4 +17,9 @@ public class MariaDBDialect extends MySQL5Dialect {
|
|||
public boolean supportsRowValueConstructorSyntaxInInList() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected MySQLStorageEngine getDefaultMySQLStorageEngine() {
|
||||
return InnoDBStorageEngine.INSTANCE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue