[FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com> Co-authored-by: godyangfight <godyangfight@gmail.com> Co-authored-by: Tyshawn <tuyunshan@gmail.com>
This commit is contained in:
@ -991,6 +991,10 @@ int ObResolver::resolve(IsPrepared if_prepared, const ParseNode &parse_tree, ObS
|
||||
REGISTER_STMT_RESOLVER(BackupDatabase);
|
||||
break;
|
||||
}
|
||||
case T_CANCEL_RESTORE: {
|
||||
REGISTER_STMT_RESOLVER(CancelRestore);
|
||||
break;
|
||||
}
|
||||
case T_BACKUP_KEY: {
|
||||
REGISTER_STMT_RESOLVER(BackupKey);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user