more change

This commit is contained in:
Hongze Cheng 2024-11-20 16:47:35 +08:00
parent 54b367d952
commit 34944abfd3
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ static const SSysTableShowAdapter sysTableShowAdapter[] = {
.pShowCols = {"*"}
},
{
.showType = QUERY_NODE_SHOW_TABLES_STMT,
.showType = QUERY_NODE_SHOW_FILESETS_STMT,
.pDbName = TSDB_INFORMATION_SCHEMA_DB,
.pTableName = TSDB_INS_TABLE_FILESETS,
.numOfShowCols = 1,