From 8cd72f4fbd098f0bd1622a76866f4a7c7d1522ec Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Tue, 25 Jan 2022 14:46:30 +0800 Subject: [PATCH] [TS-575](query): repeat define --- src/query/inc/qExecutor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/query/inc/qExecutor.h b/src/query/inc/qExecutor.h index 840bb450f0..bf3555f092 100644 --- a/src/query/inc/qExecutor.h +++ b/src/query/inc/qExecutor.h @@ -727,8 +727,6 @@ void qInfoLogSSDataBlock(SSDataBlock* block, char* location); // add table read rows count. pHashTables must not be NULL void addTableReadRows(SQueryRuntimeEnv* pEnv, int32_t tid, int32_t rows); // tsdb scan table callback table or query is over. param is SQueryRuntimeEnv* -#define READ_TABLE 1 -#define READ_QUERY 2 bool qReadOverCB(void* param, int8_t type, int32_t tid); #endif // TDENGINE_QEXECUTOR_H -- GitLab