Handling concurrent situation when table not exist

This commit is contained in:
obdev
2023-05-05 08:38:23 +00:00
committed by ob-robot
parent ca6db06a05
commit 2f20f6b81b
3 changed files with 9 additions and 0 deletions

View File

@ -458,6 +458,7 @@ class ObString;
ACT(MEMBERLIST_CHANGE_MEMBER,)\
ACT(BEFORE_CHECK_CLEAN_DRTASK,)\
ACT(BEFORE_UNIQ_TASK_RUN,)\
ACT(BEFORE_PARELLEL_TRUNCATE,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);