From a545fa5084919fc5d77fa6b4d45551df29377f8b Mon Sep 17 00:00:00 2001 From: wanyue-wy <345657357@qq.com> Date: Tue, 9 Jan 2024 02:13:31 +0000 Subject: [PATCH] add placeholder for auto-partition --- src/objit/include/objit/common/ob_item_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index 3a8094e835..7b65b2652e 100755 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -2389,6 +2389,7 @@ typedef enum ObItemType T_SCHEMA_ID, T_CANCEL_TRANSFER_PARTITION, T_CANCEL_BALANCE_JOB, + T_AUTO_SPLIT_TABLET_SIZE, T_MAX //Attention: add a new type before T_MAX } ObItemType;