Merge pull request #24604 from taosdata/fix/TD-28437-3.0

fix/TD-28437
This commit is contained in:
Hongze Cheng 2024-01-24 09:41:31 +08:00 committed by GitHub
commit 200c57ed8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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