[FEAT MERGE] log4100 branch

Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
This commit is contained in:
obdev
2023-01-28 18:17:31 +08:00
committed by ob-robot
parent a269ffe6be
commit 50024b39cd
772 changed files with 60275 additions and 11301 deletions

View File

@ -396,6 +396,10 @@ int ObResolver::resolve(IsPrepared if_prepared, const ParseNode &parse_tree, ObS
REGISTER_STMT_RESOLVER(SwitchTenant);
break;
}
case T_RECOVER: {
REGISTER_STMT_RESOLVER(RecoverTenant);
break;
}
case T_REPORT_REPLICA: {
REGISTER_STMT_RESOLVER(ReportReplica);
break;
@ -488,6 +492,18 @@ int ObResolver::resolve(IsPrepared if_prepared, const ParseNode &parse_tree, ObS
REGISTER_STMT_RESOLVER(MigrateUnit);
break;
}
case T_ADD_ARBITRATION_SERVICE: {
REGISTER_STMT_RESOLVER(AddArbitrationService);
break;
}
case T_REMOVE_ARBITRATION_SERVICE: {
REGISTER_STMT_RESOLVER(RemoveArbitrationService);
break;
}
case T_REPLACE_ARBITRATION_SERVICE: {
REGISTER_STMT_RESOLVER(ReplaceArbitrationService);
break;
}
case T_RUN_JOB: {
REGISTER_STMT_RESOLVER(RunJob);
break;