[FEAT MERGE] merge recover table

Co-authored-by: hamstersox <673144759@qq.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
This commit is contained in:
wxhwang
2023-09-05 06:47:00 +00:00
committed by ob-robot
parent bed8398a6b
commit f4bf5f41c9
147 changed files with 31068 additions and 1341 deletions

View File

@ -1056,10 +1056,18 @@ int ObResolver::resolve(IsPrepared if_prepared, const ParseNode &parse_tree, ObS
REGISTER_STMT_RESOLVER(CancelRestore);
break;
}
case T_CANCEL_RECOVER_TABLE: {
REGISTER_STMT_RESOLVER(CancelRecoverTable);
break;
}
case T_BACKUP_KEY: {
REGISTER_STMT_RESOLVER(BackupKey);
break;
}
case T_RECOVER_TABLE: {
REGISTER_STMT_RESOLVER(RecoverTable);
break;
}
case T_BACKUP_MANAGE: {
REGISTER_STMT_RESOLVER(BackupManage);
break;