From bb171a5b97f56bf312298fdbdcbdae703f559e39 Mon Sep 17 00:00:00 2001 From: obdev Date: Mon, 17 Jun 2024 18:44:20 +0000 Subject: [PATCH] FEATURE: alloc placeholder for mysql lock table --- src/objit/include/objit/common/ob_item_type.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index 9aa5bbb9b8..041555bba5 100755 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -2532,6 +2532,11 @@ typedef enum ObItemType T_MV_BUILD_OPT, T_PSEUDO_EXTERNAL_FILE_ROW, T_EXTERNAL_TABLE_AUTO_REFRESH, + + // for tablelock + T_MYSQL_LOCK_LIST, + T_MYSQL_LOCK_NODE, + T_MAX //Attention: add a new type before T_MAX } ObItemType;