Merge branch 'enh/new3.0' into enh/refactorBackend

This commit is contained in:
yihaoDeng 2023-10-20 15:40:47 +08:00
parent 1a4cfd11a5
commit 1c3c58062d
1 changed files with 1 additions and 0 deletions

View File

@ -1064,6 +1064,7 @@ int32_t taskDbBuildSnap(void* arg, SArray* pSnap) {
.dbPrefixPath = taosStrdup(pTaskDb->path)}; .dbPrefixPath = taosStrdup(pTaskDb->path)};
taosArrayPush(pSnap, &snap); taosArrayPush(pSnap, &snap);
} }
return code;
} }
int32_t streamBackendAddInUseChkp(void* arg, int64_t chkpId) { int32_t streamBackendAddInUseChkp(void* arg, int64_t chkpId) {
// if (arg == NULL) return 0; // if (arg == NULL) return 0;