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

[TD-4694]merge tsdbCompactImpl to community version
This commit is contained in:
codedump 2021-06-12 02:09:57 +08:00 committed by GitHub
commit 6787b358b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -14,8 +14,6 @@
*/
#include "tsdbint.h"
#ifndef _TSDB_PLUGINS
typedef struct {
STable * pTable;
SBlockIdx * pBlkIdx;
@ -523,5 +521,3 @@ static int tsdbWriteBlockToRightFile(SCompactH *pComph, STable *pTable, SDataCol
return 0;
}
#endif