[SCN] fix farm failure

This commit is contained in:
obdev
2022-11-28 02:58:33 +00:00
committed by ob-robot
parent 87a9357186
commit 51de5b5911
594 changed files with 9722 additions and 7770 deletions

View File

@ -53,6 +53,6 @@ int name##Executor::execute(ObExecContext &ctx, name##Stmt &stmt) \
DEF_SIMPLE_EXECUTOR_IMPL(ObCreateContext, do_context_ddl);
DEF_SIMPLE_EXECUTOR_IMPL(ObDropContext, do_context_ddl);
#undef DEF_EXECUTOR_IMPL
#undef DEF_SIMPLE_EXECUTOR_IMPL
} // namespace sql
} // namespace oceanbase