[td-1373]

This commit is contained in:
Haojun Liao 2020-10-23 13:53:23 +08:00
parent 186543bc15
commit b6d292da99
1 changed files with 0 additions and 3 deletions

View File

@ -924,9 +924,6 @@ static void joinRetrieveFinalResCallback(void* param, TAOS_RES* tres, int numOfR
}
if ((++pTableMetaInfo->vgroupIndex) < numOfVgroups) {
pState->numOfRemain = 1;
pState->numOfSub = 1;
pSql->cmd.command = TSDB_SQL_SELECT;
pSql->fp = tscJoinQueryCallback;