From 3f35736595e209c1937eaa82e3943cee86eba036 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Mon, 29 Jun 2020 14:40:57 +0800 Subject: [PATCH] [td-225] fix bugs in regression test. --- src/query/src/qExecutor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/query/src/qExecutor.c b/src/query/src/qExecutor.c index 18d11c6fa6..e45632cb5b 100644 --- a/src/query/src/qExecutor.c +++ b/src/query/src/qExecutor.c @@ -4887,6 +4887,7 @@ static void tableQueryImpl(SQInfo *pQInfo) { } qDebug("QInfo:%p current:%" PRId64 " returned, total:%" PRId64, pQInfo, pQuery->rec.rows, pQuery->rec.total); + return; } else { pQuery->rec.rows = 0; pQInfo->groupIndex = 0; // always start from 0