occupy table type for column store ddl

This commit is contained in:
simonjoylet
2023-11-28 05:12:16 +00:00
committed by ob-robot
parent d5f6865767
commit a3b76db9c2
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