add placeholder for auto-partition

This commit is contained in:
wanyue-wy
2024-01-09 02:13:31 +00:00
committed by ob-robot
parent 6579daa94a
commit a545fa5084

View File

@ -2389,6 +2389,7 @@ typedef enum ObItemType
T_SCHEMA_ID, T_SCHEMA_ID,
T_CANCEL_TRANSFER_PARTITION, T_CANCEL_TRANSFER_PARTITION,
T_CANCEL_BALANCE_JOB, T_CANCEL_BALANCE_JOB,
T_AUTO_SPLIT_TABLET_SIZE,
T_MAX //Attention: add a new type before T_MAX T_MAX //Attention: add a new type before T_MAX
} ObItemType; } ObItemType;