fix(tsdb): fix syntax error.
This commit is contained in:
parent
dad1854cbb
commit
3099ec31cb
|
@ -717,7 +717,7 @@ static int32_t vnodeProcessDropTtlTbReq(SVnode *pVnode, int64_t ver, void *pReq,
|
|||
tqUpdateTbUidList(pVnode->pTq, tbUids, false);
|
||||
}
|
||||
|
||||
vnodeAsyncRentention(pVnode, ttlReq.timestampSec);
|
||||
vnodeAsyncRetention(pVnode, ttlReq.timestampSec);
|
||||
|
||||
end:
|
||||
taosArrayDestroy(tbUids);
|
||||
|
|
Loading…
Reference in New Issue