placeholder of ObItemType for feature branch column_store_replica

This commit is contained in:
obdev
2024-07-24 08:57:22 +00:00
committed by ob-robot
parent bd8de495d9
commit 8a58afba93
2 changed files with 2 additions and 0 deletions

View File

@ -2555,6 +2555,7 @@ typedef enum ObItemType
T_USE_ADAPTIVE = 4709,
T_NO_USE_ADAPTIVE = 4710,
T_SHOW_CHECK_PARTITION = 4711,
T_ALTER_COLUMN_GROUP_DELAYED = 4712,
T_MAX //Attention: add a new type before T_MAX
} ObItemType;

View File

@ -112,6 +112,7 @@ enum ObDDLType
DDL_ALTER_PARTITION_AUTO_SPLIT_ATTRIBUTE = 10005, // auto table auto partition // online
DDL_ADD_COLUMN_INSTANT = 10006, // add after/before column
DDL_COMPOUND_INSTANT = 10007,
DDL_ALTER_COLUMN_GROUP_DELAYED = 10008,
///< @note add new normal ddl type before this line
DDL_MAX
};