table lock rpc structure holder
This commit is contained in:
parent
86af160b51
commit
a7c5dffdb4
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user