This commit is contained in:
Hongze Cheng 2023-05-23 09:58:40 +08:00
parent c16126fa96
commit 46b72f340a
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,7 @@ static int32_t apply_commit(STFileSystem *fs) {
code = TARRAY2_SORT_INSERT(fsetArray1, fset1, tsdbTFileSetCmprFn);
if (code) return code;
i1++;
i2++;
} else {
// edit
code = tsdbTFileSetEditEx(fset2, fset1);
@ -278,6 +279,7 @@ static int32_t apply_commit(STFileSystem *fs) {
code = TARRAY2_SORT_INSERT(fsetArray1, fset1, tsdbTFileSetCmprFn);
if (code) return code;
i1++;
i2++;
}
}