424在master占位

This commit is contained in:
obdev
2024-04-16 18:46:54 +00:00
committed by ob-robot
parent 25acbac1fd
commit d61227fbdd
3 changed files with 6 additions and 1 deletions

View File

@ -174,7 +174,7 @@ public:
const uint64_t cluster_version,
uint64_t &data_version);
public:
static const int64_t DATA_VERSION_NUM = 14;
static const int64_t DATA_VERSION_NUM = 15;
static const uint64_t UPGRADE_PATH[];
};
@ -229,6 +229,7 @@ DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 1, 2)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 2, 0)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 2, 1)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 3, 0)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 4, 0)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 0, 0)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 0, 1)