patch back the flashback table/tenant/database/index(without flashback to scn)

This commit is contained in:
hnwyllmm
2022-02-14 10:53:44 +08:00
committed by LINxiansheng
parent a15a151dae
commit ac82728867
29 changed files with 989 additions and 67 deletions

View File

@ -977,7 +977,6 @@ public:
int update_index_status(const obrpc::ObUpdateIndexStatusArg& arg);
int purge_table(const obrpc::ObPurgeTableArg& arg);
int flashback_table_from_recyclebin(const obrpc::ObFlashBackTableFromRecyclebinArg& arg);
int flashback_table_to_time_point(const obrpc::ObFlashBackTableToScnArg& arg);
int purge_database(const obrpc::ObPurgeDatabaseArg& arg);
int flashback_database(const obrpc::ObFlashBackDatabaseArg& arg);
int check_tenant_in_alter_locality(const uint64_t tenant_id, bool& in_alter_locality);