upgrade opensource release from 3.1.3 to 3.1.4
This commit is contained in:
@ -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 ============= */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user