1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-23 07:20:33 +08:00

Merge pull request from FuhengZhao/incrementVersion

increment the Redwood METAKEY VERSION
This commit is contained in:
Steve Atherton 2021-07-22 19:26:45 -07:00 committed by GitHub
commit 271603029a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4387,7 +4387,7 @@ public:
#pragma pack(push, 1) #pragma pack(push, 1)
struct MetaKey { struct MetaKey {
static constexpr int FORMAT_VERSION = 11; static constexpr int FORMAT_VERSION = 12;
// This serves as the format version for the entire tree, individual pages will not be versioned // This serves as the format version for the entire tree, individual pages will not be versioned
uint16_t formatVersion; uint16_t formatVersion;
uint8_t height; uint8_t height;