placeholder for ObDDLType

This commit is contained in:
obdev 2024-05-22 07:52:24 +00:00 committed by ob-robot
parent 9142f00e21
commit 55336b4477

View File

@ -108,6 +108,10 @@ enum ObDDLType
DDL_CHANGE_COLUMN_NAME = 10003,
DDL_DROP_COLUMN_INSTANT = 10004,
DDL_ALTER_PARTITION_AUTO_SPLIT_ATTRIBUTE = 10005, // auto table auto partition // online
DDL_ADD_COLUMN_INSTANT = 10006, // add after/before column
DDL_MODIFY_COLUMN_ONLINE = 10007,
DDL_COMPOUND_ONLINE = 10008,
DDL_COMPOUND_INSTANT = 10009,
///< @note add new normal ddl type before this line
DDL_MAX
};
@ -819,4 +823,3 @@ public:
} // end namespace oceanbase
#endif // OCEANBASE_SHARE_OB_DDL_COMMON_H