mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Merge pull request #5257 from FuhengZhao/incrementVersion
increment the Redwood METAKEY VERSION
This commit is contained in:
commit
271603029a
@ -4387,7 +4387,7 @@ public:
|
||||
|
||||
#pragma pack(push, 1)
|
||||
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
|
||||
uint16_t formatVersion;
|
||||
uint8_t height;
|
||||
|
Loading…
x
Reference in New Issue
Block a user