fix backup macro block reader not reset when in inner retry process

This commit is contained in:
oceanoverflow
2022-11-09 12:05:52 +00:00
committed by wangzelin.wzl
parent d43171fc6c
commit 2a46dfbd3a
3 changed files with 16 additions and 1 deletions

View File

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