From bc63c4e0bc65d999d22dbac946c24ca8ca7c1232 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 2 Sep 2020 17:07:44 +0800 Subject: [PATCH] [td-225] fix compiler error. --- src/query/src/qExecutor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/src/qExecutor.c b/src/query/src/qExecutor.c index 08bc21c109..78632023f3 100644 --- a/src/query/src/qExecutor.c +++ b/src/query/src/qExecutor.c @@ -6161,7 +6161,7 @@ static SQInfo *createQInfoImpl(SQueryTableMsg *pQueryMsg, SArray* pTableIdList, } // NOTE: pTableCheckInfo need to update the query time range and the lastKey info - changeExecuteScanOrder(pQInfo, isSTableQuery); +// changeExecuteScanOrder(pQInfo, stableQuery); int32_t index = 0;