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;