From a7c5dffdb4b6e287ede855879cf63017a19a8440 Mon Sep 17 00:00:00 2001 From: Charles0429 Date: Fri, 20 Sep 2024 06:30:44 +0000 Subject: [PATCH] table lock rpc structure holder --- src/storage/tablelock/ob_table_lock_rpc_struct.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/storage/tablelock/ob_table_lock_rpc_struct.h b/src/storage/tablelock/ob_table_lock_rpc_struct.h index 2d43dd1d5..6a6dda29c 100644 --- a/src/storage/tablelock/ob_table_lock_rpc_struct.h +++ b/src/storage/tablelock/ob_table_lock_rpc_struct.h @@ -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, };