upgrade opensource release from 3.1.3 to 3.1.4

This commit is contained in:
obdev
2022-06-15 10:33:31 +08:00
committed by wangzelin.wzl
parent c0d957ebca
commit 8aa89364bb
11 changed files with 20 additions and 13 deletions

View File

@ -181,7 +181,7 @@ public:
static bool check_cluster_version_exist(const uint64_t version);
public:
static const int64_t CLUTER_VERSION_NUM = 3;
static const int64_t CLUTER_VERSION_NUM = 4;
static const uint64_t UPGRADE_PATH[CLUTER_VERSION_NUM];
};
@ -233,6 +233,7 @@ DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 0);
DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 1);
DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 2);
DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 3);
DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 4);
/* =========== upgrade processor end ============= */