fix(tsdb/commit2): initialize ctx's maxDelKey with TSKEY_MIN
This commit is contained in:
parent
580b7124cf
commit
992d623ae5
|
@ -467,6 +467,7 @@ static int32_t tsdbOpenCommitter(STsdb *tsdb, SCommitInfo *info, SCommitter2 *co
|
|||
committer->compactVersion = INT64_MAX;
|
||||
committer->ctx->cid = tsdbFSAllocEid(tsdb->pFS);
|
||||
committer->ctx->now = taosGetTimestampSec();
|
||||
committer->ctx->maxDelKey = TSKEY_MIN;
|
||||
|
||||
committer->ctx->nextKey = tsdb->imem->minKey;
|
||||
if (tsdb->imem->nDel > 0) {
|
||||
|
|
Loading…
Reference in New Issue