more code

This commit is contained in:
Hongze Cheng 2023-06-05 18:31:59 +08:00
parent 9caf359ee1
commit 5d1783f4d4
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ static int32_t tsdbCommitDelData(SCommitter2 *committer) {
|| (committer->ctx->fset == NULL // || (committer->ctx->fset == NULL //
&& committer->sttWriter == NULL) // && committer->sttWriter == NULL) //
) { ) {
committer->ctx->nextKey = committer->ctx->maxKey + 1;
goto _exit; goto _exit;
} }