[FTS][placeholder] drop index for fulltext index

This commit is contained in:
Tyshawn
2024-03-15 09:45:13 +00:00
committed by ob-robot
parent 9e19241519
commit da3baef76c

View File

@ -64,6 +64,7 @@ enum ObDDLType
DDL_DROP_MLOG = 9, DDL_DROP_MLOG = 9,
DDL_CREATE_PARTITIONED_LOCAL_INDEX = 10, DDL_CREATE_PARTITIONED_LOCAL_INDEX = 10,
DDL_DROP_LOB = 11, DDL_DROP_LOB = 11,
DDL_DROP_FTS_INDEX = 12,
///< @note tablet split. ///< @note tablet split.
DDL_AUTO_SPLIT_BY_RANGE = 100, DDL_AUTO_SPLIT_BY_RANGE = 100,
DDL_AUTO_SPLIT_NON_RANGE = 101, DDL_AUTO_SPLIT_NON_RANGE = 101,