Add transfer event to __all_server_event_history, record transfer task info.

This commit is contained in:
obdev
2023-06-30 10:12:40 +00:00
committed by ob-robot
parent 0621ee7214
commit c0555ecfa8
6 changed files with 119 additions and 9 deletions

View File

@ -539,6 +539,7 @@ class ObString;
ACT(BEFORE_CHECK_SHRINK_RESOURCE_POOL,)\
ACT(STOP_RECOVERY_LS_THREAD0,)\
ACT(STOP_RECOVERY_LS_THREAD1,)\
ACT(STOP_TRANSFER_LS_LOGICAL_TABLE_REPLACED,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);