fix/TD-28437

This commit is contained in:
dmchen 2024-01-23 09:25:48 +00:00
parent 310f4c3d40
commit f349bbd51f
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ const char *sdbTableName(ESdbType type) {
return "idx";
case SDB_VIEW:
return "view";
case SDB_STREAM_SEQ:
return "stream_seq";
case SDB_COMPACT:
return "compact";
case SDB_COMPACT_DETAIL: