提交 46b72f34 编写于 作者: H Hongze Cheng

more fix

上级 c16126fa
...@@ -261,6 +261,7 @@ static int32_t apply_commit(STFileSystem *fs) { ...@@ -261,6 +261,7 @@ static int32_t apply_commit(STFileSystem *fs) {
code = TARRAY2_SORT_INSERT(fsetArray1, fset1, tsdbTFileSetCmprFn); code = TARRAY2_SORT_INSERT(fsetArray1, fset1, tsdbTFileSetCmprFn);
if (code) return code; if (code) return code;
i1++; i1++;
i2++;
} else { } else {
// edit // edit
code = tsdbTFileSetEditEx(fset2, fset1); code = tsdbTFileSetEditEx(fset2, fset1);
...@@ -278,6 +279,7 @@ static int32_t apply_commit(STFileSystem *fs) { ...@@ -278,6 +279,7 @@ static int32_t apply_commit(STFileSystem *fs) {
code = TARRAY2_SORT_INSERT(fsetArray1, fset1, tsdbTFileSetCmprFn); code = TARRAY2_SORT_INSERT(fsetArray1, fset1, tsdbTFileSetCmprFn);
if (code) return code; if (code) return code;
i1++; i1++;
i2++;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册