Skip to content

Commit

Permalink
use pagestorage V2 by default (#5083)
Browse files Browse the repository at this point in the history
ref #5076
  • Loading branch information
hehechen committed Jun 7, 2022
1 parent df059cc commit ebf7ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dbms/src/Storages/FormatVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ inline static const StorageFormatVersion STORAGE_FORMAT_V4 = StorageFormatVersio
.identifier = 4,
};

inline StorageFormatVersion STORAGE_FORMAT_CURRENT = STORAGE_FORMAT_V4;
// Note that we don't enable V4 by default because https://github.com/pingcap/tiflash/issues/5076
// is not yet figure out.
inline StorageFormatVersion STORAGE_FORMAT_CURRENT = STORAGE_FORMAT_V3;

inline const StorageFormatVersion & toStorageFormat(UInt64 setting)
{
Expand Down

0 comments on commit ebf7ce6

Please sign in to comment.