[UPGRADE] Upgrade version to 4.3.0.0

This commit is contained in:
tino247
2023-09-20 15:44:13 +00:00
committed by ob-robot
parent 2cea3df3fb
commit f4f4170dbe
10 changed files with 35 additions and 15 deletions

View File

@ -170,7 +170,7 @@ public:
const uint64_t cluster_version,
uint64_t &data_version);
public:
static const int64_t DATA_VERSION_NUM = 6;
static const int64_t DATA_VERSION_NUM = 8;
static const uint64_t UPGRADE_PATH[DATA_VERSION_NUM];
};
@ -210,6 +210,8 @@ private:
};
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 1, 0)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 2, 0)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 0, 0)
/* =========== special upgrade processor end ============= */
/* =========== upgrade processor end ============= */