fix bug TD-1521

This commit is contained in:
yihaoDeng 2020-09-21 13:42:48 +00:00
parent 1d894d6e13
commit ba968b813c
1 changed files with 3 additions and 0 deletions

View File

@ -1384,6 +1384,9 @@ int32_t mnodeRetrieveShowSuperTables(SShowObj *pShow, char *data, int32_t rows,
}
pShow->numOfReads += numOfRows;
const int32_t NUM_OF_COLUMNS = 5;
mnodeVacuumResult(data, NUM_OF_COLUMNS, numOfRows, rows, pShow);
mnodeDecDbRef(pDb);
return numOfRows;