fix max_ls_id not fix during upgrade from 4.1 to 4.2

This commit is contained in:
maosy
2023-09-12 10:10:23 +00:00
committed by ob-robot
parent cb75499e77
commit 59f56db956
2 changed files with 20 additions and 20 deletions

View File

@ -189,8 +189,6 @@ private:
int post_upgrade_for_backup();
int init_rewrite_rule_version(const uint64_t tenant_id);
static int recompile_all_views_and_synonyms(const uint64_t tenant_id);
//TODO upgrade for 4200
int post_upgrade_for_max_ls_id_();
};
DEF_SIMPLE_UPGRARD_PROCESSER(4, 1, 0, 1)
@ -207,6 +205,8 @@ private:
int post_upgrade_for_grant_create_database_link_priv();
int post_upgrade_for_grant_drop_database_link_priv();
int post_upgrade_for_heartbeat_and_server_zone_op_service();
int post_upgrade_for_max_ls_id_();
};
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 1, 0)