Merge branch 'enh/TD-28945-pk' into feat/compress_3.0

This commit is contained in:
Yihao Deng 2024-04-15 10:36:13 +00:00
commit ce137d3084
1 changed files with 1 additions and 1 deletions

View File

@ -2297,5 +2297,5 @@ _OVER:
int32_t vnodeProcessCompactVnodeReqImpl(SVnode *pVnode, int64_t ver, void *pReq, int32_t len, SRpcMsg *pRsp) {
return 0;
}
int32_t tsdbAsyncCompact(STsdb *tsdb, const STimeWindow *tw, bool sync);
int32_t tsdbAsyncCompact(STsdb *tsdb, const STimeWindow *tw, bool sync) { return 0; }
#endif