From 9a94e626abad526b4352f2758a373624a40b6926 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Wed, 15 Jul 2020 09:50:11 +0800 Subject: [PATCH] Checking the end flag of retrieve cause the grafana script failed --- src/plugins/http/src/httpSql.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/http/src/httpSql.c b/src/plugins/http/src/httpSql.c index 8e1bf7d089..a01cb07a98 100644 --- a/src/plugins/http/src/httpSql.c +++ b/src/plugins/http/src/httpSql.c @@ -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