table type occupation for mds sstable

This commit is contained in:
hiddenbomb
2024-02-07 06:02:38 +00:00
committed by ob-robot
parent ffca5f5086
commit 6f26466a92
2 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,8 @@ const char* ObITable::table_type_name_[] =
"DDL_MERGE_CO",
"DDL_MERGE_CG",
"DDL_MEM_CO",
"DDL_MEM_CG"
"DDL_MEM_CG",
"MDS"
};
uint64_t ObITable::TableKey::hash() const