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)) {
isContinue = false;
}
// if (tscResultsetFetchCompleted(result)) {
// isContinue = false;
// }
if (isContinue) {
// retrieve next batch of rows