mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-11473 - Fix MariaDB dialect
This commit is contained in:
parent
9cb171bfeb
commit
c6b6d9d242
@ -17,4 +17,9 @@ public MariaDBDialect() {
|
||||
public boolean supportsRowValueConstructorSyntaxInInList() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected MySQLStorageEngine getDefaultMySQLStorageEngine() {
|
||||
return InnoDBStorageEngine.INSTANCE;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user