HHH-13162 - Upgrade MySQL and MariaDB Dialects as they support UNION ALL
This commit is contained in:
parent
55f5c9c5bd
commit
e3eeba9845
|
@ -60,4 +60,9 @@ public class MySQL5Dialect extends MySQLDialect {
|
|||
public String getQueryHintString(String query, String hints) {
|
||||
return IndexQueryHintHandler.INSTANCE.addQueryHints( query, hints );
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsUnionAll() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue