[td-1613]

This commit is contained in:
Haojun Liao 2020-10-09 17:59:34 +08:00
parent acdc22ee11
commit 0060a73e94
1 changed files with 2 additions and 0 deletions

View File

@ -760,6 +760,8 @@ static int32_t mnodeRetrieveDbs(SShowObj *pShow, char *data, int32_t rows, void
} }
pShow->numOfReads += numOfRows; pShow->numOfReads += numOfRows;
mnodeVacuumResult(data, cols, numOfRows, rows, pShow);
mnodeDecUserRef(pUser); mnodeDecUserRef(pUser);
return numOfRows; return numOfRows;
} }