fix table level online_estimate_percent not work

This commit is contained in:
ChangerR
2024-07-12 11:01:09 +00:00
committed by ob-robot
parent f3c67ff2df
commit 4eec8a8049
10 changed files with 95 additions and 8 deletions

View File

@ -257,6 +257,7 @@ private:
int post_upgrade_for_reset_compat_version();
int try_reset_version(const uint64_t tenant_id, const char *var_name);
int post_upgrade_for_spm();
int post_upgrade_for_online_estimate_percent();
};
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 3, 0)