Merge pull request #5257 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

View File

@ -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;