take up space on the master branch for drop lob
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user