occupy table type for column store ddl

This commit is contained in:
simonjoylet
2024-02-07 02:58:25 +00:00
committed by ob-robot
parent e4208a6d43
commit 9e9e0f295e
2 changed files with 9 additions and 1 deletions

View File

@ -70,7 +70,11 @@ const char* ObITable::table_type_name_[] =
"COL_ORIENTED",
"NORMAL_COL_GROUP",
"ROWKEY_COL_GROUP",
"COL_ORIENTED_META"
"COL_ORIENTED_META",
"DDL_MERGE_CO",
"DDL_MERGE_CG",
"DDL_MEM_CO",
"DDL_MEM_CG"
};
uint64_t ObITable::TableKey::hash() const