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

@ -5096,14 +5096,6 @@ int ObRootService::flashback_table_from_recyclebin(const ObFlashBackTableFromRec
return ret;
}
int ObRootService::flashback_table_to_time_point(const obrpc::ObFlashBackTableToScnArg& arg)
{
int ret = OB_NOT_SUPPORTED;
UNUSED(arg);
LOG_INFO("receive flashback table arg", K(arg));
return ret;
}
int ObRootService::purge_table(const ObPurgeTableArg& arg)
{
int ret = OB_SUCCESS;