fix restore report -4016 because incorrect restore stage of ddl sstable

This commit is contained in:
oceanoverflow
2022-11-15 14:08:02 +00:00
committed by wangzelin.wzl
parent 7429c68cea
commit 20c9f424d8
4 changed files with 23 additions and 7 deletions

View File

@ -422,6 +422,7 @@ class ObString;
ACT(BEFORE_COPY_DDL_SSTABLE,)\
ACT(BEFORE_DDL_WRITE_PREPARE_LOG,)\
ACT(AFTER_BACKUP_FETCH_MACRO_BLOCK_FAILED,)\
ACT(BEFORE_TABLE_REDEFINITION_TASK_EFFECT,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);