Checking the end flag of retrieve cause the grafana script failed
This commit is contained in:
parent
3302f60e45
commit
9a94e626ab
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue