take up space on the master branch for drop lob

This commit is contained in:
obdev
2023-12-15 06:13:24 +00:00
committed by ant-ob-hengtang
parent 7ed5eaeb8f
commit d327f8f4ff
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ enum ObDDLType
DDL_CREATE_MLOG = 8,
DDL_DROP_MLOG = 9,
DDL_CREATE_PARTITIONED_LOCAL_INDEX = 10,
DDL_DROP_LOB = 11,
///< @note Drop schema, and refuse concurrent trans.
DDL_DROP_SCHEMA_AVOID_CONCURRENT_TRANS = 500,
DDL_DROP_DATABASE = 501,