Upgrade version 3.1.0 to 3.1.1

This commit is contained in:
LINxiansheng
2021-09-24 13:54:13 +08:00
committed by wangzelin.wzl
parent feb6c0e7c8
commit 81b151f04d
5 changed files with 11 additions and 5 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 = 32;
static const int64_t CLUTER_VERSION_NUM = 33;
static const uint64_t UPGRADE_PATH[CLUTER_VERSION_NUM];
};
@ -230,6 +230,7 @@ public:
DEF_SIMPLE_UPGRARD_PROCESSER(2, 2, 76);
// 3.1.0
DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 0);
DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 1);
/* =========== upgrade processor end ============= */