Skip to content

Commit

Permalink
HHH-17943 - Fix for issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
  • Loading branch information
jrenaat committed Apr 12, 2024
1 parent 986542a commit 0504ed9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,11 @@ public SqmMultiTableInsertStrategy getFallbackSqmInsertStrategy(
);
}

@Override
public String getTemporaryTableCreateOptions() {
return "TRANSACTIONAL";
}

@Override
public TemporaryTableKind getSupportedTemporaryTableKind() {
return TemporaryTableKind.LOCAL;
Expand Down

0 comments on commit 0504ed9

Please sign in to comment.