[CP] [MYSQL COMPAT] add mock statement and views

This commit is contained in:
chaser-ch
2024-05-28 13:48:12 +00:00
committed by ob-robot
parent d6ada56d95
commit 47a371d554
25 changed files with 2520 additions and 36 deletions

View File

@ -570,6 +570,8 @@ int ObCmdExecutor::execute(ObExecContext &ctx, ObICmd &cmd)
DEFINE_EXECUTE_CMD(ObFlushDagWarningsStmt, ObFlushDagWarningsExecutor);
break;
}
case stmt::T_REPAIR_TABLE:
case stmt::T_CHECKSUM_TABLE:
case stmt::T_FLUSH_PRIVILEGES: {
DEFINE_EXECUTE_CMD(ObMockStmt, ObMockExecutor);
break;