more code
This commit is contained in:
parent
9caf359ee1
commit
5d1783f4d4
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue