more code

This commit is contained in:
Hongze Cheng 2022-08-28 01:00:23 +08:00
parent 6a5423d08d
commit 2d3762a546
1 changed files with 2 additions and 2 deletions

View File

@ -459,9 +459,9 @@ static int32_t tsdbOpenCommitIter(SCommitter *pCommitter) {
}
if (iIter > 0) {
pCommitter->toLastOnly = 1;
} else {
pCommitter->toLastOnly = 0;
} else {
pCommitter->toLastOnly = 1;
}
} else {
pCommitter->toLastOnly = 0;