fix migration copy ddl sstable issue

This commit is contained in:
oceanoverflow
2022-11-02 17:35:44 +00:00
committed by wangzelin.wzl
parent 4132ca4695
commit c8de32d7f2
9 changed files with 103 additions and 10 deletions

View File

@ -417,6 +417,9 @@ class ObString;
ACT(BEFORE_BACKUP_TASK_FINISH,)\
ACT(BEFORE_UPDATE_LS_META_TABLE,)\
ACT(BEFORE_LOAD_ARCHIVE_ROUND,)\
ACT(BEFORE_MIG_DDL_TABLE_MERGE_TASK,)\
ACT(BEFORE_COPY_DDL_SSTABLE,)\
ACT(BEFORE_DDL_WRITE_PREPARE_LOG,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);