cos/multi-write: empty impl for tsdb async compact
This commit is contained in:
parent
4b3e3f9091
commit
9cce9c221d
|
@ -2296,5 +2296,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
|
||||
|
|
Loading…
Reference in New Issue