Add placeholder for materialized view log ddl operations

This commit is contained in:
leftgeek
2023-11-14 13:41:14 +00:00
committed by ob-robot
parent 4b1c5f93c0
commit e812b34ed5
2 changed files with 6 additions and 1 deletions

View File

@ -1177,7 +1177,10 @@ public:
ALTER_PRIMARY_KEY,
ADD_PRIMARY_KEY,
DROP_PRIMARY_KEY,
ALTER_INDEX_TABLESPACE
ALTER_INDEX_TABLESPACE,
ADD_MLOG,
DROP_MLOG,
RENAME_MLOG
};
static const char *to_type_str(const IndexActionType type)