[4.x] Fix core problem caused by memory release

This commit is contained in:
obdev
2023-04-22 13:59:55 +00:00
committed by ob-robot
parent ad1cf9fe75
commit b64fd4b7ac
2 changed files with 5 additions and 4 deletions

View File

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