未验证 提交 6787b358 编写于 作者: C codedump 提交者: GitHub

Merge pull request #6481 from taosdata/feature/TD-4694

[TD-4694]merge tsdbCompactImpl to community version
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
*/ */
#include "tsdbint.h" #include "tsdbint.h"
#ifndef _TSDB_PLUGINS
typedef struct { typedef struct {
STable * pTable; STable * pTable;
SBlockIdx * pBlkIdx; SBlockIdx * pBlkIdx;
...@@ -523,5 +521,3 @@ static int tsdbWriteBlockToRightFile(SCompactH *pComph, STable *pTable, SDataCol ...@@ -523,5 +521,3 @@ static int tsdbWriteBlockToRightFile(SCompactH *pComph, STable *pTable, SDataCol
return 0; return 0;
} }
#endif
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册