[td-6216] add the removed code segment back.
This commit is contained in:
parent
5585b4be87
commit
ac3208736b
|
@ -7080,6 +7080,10 @@ static SSDataBlock* doTagScan(void* param, bool* newgroup) {
|
||||||
qDebug("QInfo:0x%"PRIx64" create tag values results completed, rows:%d", GET_QID(pRuntimeEnv), count);
|
qDebug("QInfo:0x%"PRIx64" create tag values results completed, rows:%d", GET_QID(pRuntimeEnv), count);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pOperator->status == OP_EXEC_DONE) {
|
||||||
|
setQueryStatus(pOperator->pRuntimeEnv, QUERY_COMPLETED);
|
||||||
|
}
|
||||||
|
|
||||||
pRes->info.rows = count;
|
pRes->info.rows = count;
|
||||||
return (pRes->info.rows == 0)? NULL:pInfo->pRes;
|
return (pRes->info.rows == 0)? NULL:pInfo->pRes;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue