table lock rpc structure holder

This commit is contained in:
Charles0429 2024-09-20 06:30:44 +00:00 committed by ob-robot
parent 86af160b51
commit a7c5dffdb4

View File

@ -57,6 +57,12 @@ enum ObTableLockTaskType
LOCK_ALONE_TABLET = 15,
UNLOCK_ALONE_TABLET = 16,
ADD_LOCK_INTO_QUEUE = 17,
REPLACE_LOCK_TABLE = 18,
REPLACE_LOCK_TABLETS = 19,
REPLACE_LOCK_PARTITION = 20,
REPLACE_LOCK_SUBPARTITION = 21,
REPLACE_LOCK_OBJECTS = 22,
REPLACE_LOCK_ALONE_TABLET = 23,
MAX_TASK_TYPE,
};