[4.x] Fix memory leak problem for disaster recovery

This commit is contained in:
obdev
2023-04-15 14:45:05 +00:00
committed by ob-robot
parent 1b85aee04b
commit 616a19901b
3 changed files with 9 additions and 4 deletions

View File

@ -455,6 +455,7 @@ class ObString;
ACT(BEFORE_ARCHIVE_ADD_LS_TASK,)\
ACT(AFTER_UPDATE_INDEX_STATUS,)\
ACT(BEFORE_MIGRATION_DISABLE_VOTE,)\
ACT(MEMBERLIST_CHANGE_MEMBER,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);