[UPGRADE] Raise cluster_version/data_version to 4.2.1.0

This commit is contained in:
tino247
2023-08-15 08:11:00 +00:00
committed by ob-robot
parent 2bb6877cdd
commit 7dc7844cef
10 changed files with 26 additions and 15 deletions

View File

@ -170,7 +170,7 @@ public:
const uint64_t cluster_version,
uint64_t &data_version);
public:
static const int64_t DATA_VERSION_NUM = 5;
static const int64_t DATA_VERSION_NUM = 6;
static const uint64_t UPGRADE_PATH[DATA_VERSION_NUM];
};
@ -208,6 +208,8 @@ private:
int post_upgrade_for_grant_drop_database_link_priv();
int post_upgrade_for_heartbeat_and_server_zone_op_service();
};
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 1, 0)
/* =========== special upgrade processor end ============= */
/* =========== upgrade processor end ============= */