Revert add iter scn to __all_tenant_info & primary cluster iter log

This commit is contained in:
maosy
2023-03-07 13:43:44 +00:00
committed by ob-robot
parent b010a4e186
commit bf0a220832
55 changed files with 3788 additions and 4388 deletions

View File

@ -22,13 +22,9 @@
namespace oceanbase
{
namespace common
{
class ObTimeoutCtx;
}
namespace share
{
class SCN;
static const int64_t UPGRADE_JOB_TYPE_COUNT = 1;
static const rootserver::ObRsJobType upgrade_job_type_array[UPGRADE_JOB_TYPE_COUNT] = {
rootserver::JOB_TYPE_INVALID,
@ -190,8 +186,6 @@ private:
int post_upgrade_for_srs();
int init_rewrite_rule_version(const uint64_t tenant_id);
static int recompile_all_views_and_synonyms(const uint64_t tenant_id);
int init_tenant_sys_recovery_scn(const uint64_t tenant_id);
int get_sys_ls_max_sync_scn_(const uint64_t tenant_id, share::SCN &sys_scn);
};
/* =========== special upgrade processor end ============= */