Upgrade master version to 4.3.2

This commit is contained in:
obdev
2024-05-08 02:44:50 +00:00
committed by ob-robot
parent c41bffd214
commit 5cc3182bc8
11 changed files with 27 additions and 16 deletions

View File

@ -174,7 +174,7 @@ public:
const uint64_t cluster_version,
uint64_t &data_version);
public:
static const int64_t DATA_VERSION_NUM = 15;
static const int64_t DATA_VERSION_NUM = 16;
static const uint64_t UPGRADE_PATH[];
};
@ -244,6 +244,8 @@ private:
int post_upgrade_for_create_replication_role_in_oracle();
};
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 2, 0)
/* =========== special upgrade processor end ============= */
/* =========== upgrade processor end ============= */