Merge branch 'develop' into feature/2.0tsdb

This commit is contained in:
Hongze Cheng 2020-07-15 09:53:24 +08:00
commit 3d4e8a70c4
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