[UPGRADE] Add version 4.2.2.1
This commit is contained in:
@ -170,7 +170,7 @@ public:
|
||||
const uint64_t cluster_version,
|
||||
uint64_t &data_version);
|
||||
public:
|
||||
static const int64_t DATA_VERSION_NUM = 12;
|
||||
static const int64_t DATA_VERSION_NUM = 13;
|
||||
static const uint64_t UPGRADE_PATH[];
|
||||
};
|
||||
|
||||
@ -223,6 +223,7 @@ private:
|
||||
};
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 1, 2)
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 2, 0)
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 2, 1)
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 3, 0)
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 0, 0)
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 0, 1)
|
||||
|
||||
Reference in New Issue
Block a user