modify upgrade scripts&&support system variables session_track_*
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 = 33;
|
||||
static const int64_t CLUTER_VERSION_NUM = 2;
|
||||
static const uint64_t UPGRADE_PATH[CLUTER_VERSION_NUM];
|
||||
};
|
||||
|
||||
@ -231,6 +231,7 @@ DEF_SIMPLE_UPGRARD_PROCESSER(2, 2, 76);
|
||||
// 3.1.0
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 0);
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 1);
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(3, 1, 2);
|
||||
|
||||
/* =========== upgrade processor end ============= */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user