[PHYSICAL RESTORE] Avoid coredump while create user partitions

This commit is contained in:
ym0
2022-01-14 10:42:48 +08:00
committed by LINxiansheng
parent e14104e3ab
commit f935bcf905
4 changed files with 29 additions and 4 deletions

View File

@ -293,6 +293,7 @@ class ObString;
ACT(BACKUP_BACKUPPIECE_AFTER_SCHEDULE, ) \
ACT(FOLLOWER_BEFORE_UPDATE_RESTORE_FLAG_RESTORE_LOG, ) \
ACT(BEFORE_GLOBAL_INDEX_BUILDER_MOVE_TASK, ) \
ACT(BEFORE_SEND_RESTORE_PARTITIONS_RPC, ) \
ACT(MAX_DEBUG_SYNC_POINT, )
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);