Merge branch 'fix/TD-30990' of https://github.com/taosdata/TDengine into fix/TD-30990

This commit is contained in:
Minglei Jin 2024-07-23 14:10:23 +08:00
commit 8b9cb2d7fe
1 changed files with 1 additions and 0 deletions

View File

@ -459,6 +459,7 @@ int32_t tqMetaTransform(STQ* pTq) {
TQ_ERR_GO_TO_END(tqMetaTransformInfo(pTq->pMetaDB, pCheckStore, pTq->pCheckStore));
TQ_ERR_GO_TO_END(tqBuildFName(&offsetNew, pTq->path, TQ_OFFSET_NAME));
if(taosCheckExistFile(offset)) {
if (taosCopyFile(offset, offsetNew) < 0) {
tqError("copy offset file error");