Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1016,13 +1016,6 @@ private static Optional<DataCompression> getTableDataCompressionWithRetries(Hand
.get(() -> getTableDataCompression(handle, table));
}

private enum SnapshotIsolationEnabledCacheKey
{
// The snapshot isolation can be enabled or disabled on database level. We connect to single
// database, so from our perspective, this is a global property.
INSTANCE
}

private static class StatisticsDao
{
private final Handle handle;
Expand Down