[CP] fix check ls gc in standby when the tenant switchover to primary and its ls list not match with the original

This commit is contained in:
taoshuning
2023-11-17 09:11:02 +00:00
committed by ob-robot
parent 04e3c081d2
commit ef10ca0873
3 changed files with 23 additions and 13 deletions

View File

@ -560,6 +560,7 @@ class ObString;
ACT(BEFORE_PROCESS_EVENT_TASK,)\
ACT(BEFORE_CHECK_LS_TRANSFER_SCN_FOR_STANDBY,)\
ACT(BEFORE_GET_CONFIG_VERSION_AND_TRANSFER_SCN,)\
ACT(LS_GC_BEFORE_OFFLINE,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);