Checking the end flag of retrieve cause the grafana script failed

This commit is contained in:
Shengliang Guan 2020-07-15 09:50:11 +08:00
parent 3302f60e45
commit 9a94e626ab
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ void httpProcessMultiSqlRetrieveCallBack(void *param, TAOS_RES *result, int numO
} }
} }
if (tscResultsetFetchCompleted(result)) { // if (tscResultsetFetchCompleted(result)) {
isContinue = false; // isContinue = false;
} // }
if (isContinue) { if (isContinue) {
// retrieve next batch of rows // retrieve next batch of rows