Fixed compile error in db/db_impl.cc
Summary: Fixed compile error in db/db_impl.cc Test Plan: make
This commit is contained in:
parent
b622ba5d6b
commit
b8b3903429
@ -1287,7 +1287,7 @@ Status DBImpl::CompactFilesImpl(
|
||||
};
|
||||
CompactionJob compaction_job(
|
||||
c.get(), db_options_, *c->mutable_cf_options(), env_options_,
|
||||
versions_.get(), &mutex_, &shutting_down_, &pending_outputs_,
|
||||
versions_.get(), &mutex_, &shutting_down_,
|
||||
&log_buffer, db_directory_.get(), stats_, &snapshots_,
|
||||
IsSnapshotSupported(), table_cache_, std::move(yield_callback));
|
||||
compaction_job.Prepare();
|
||||
|
Loading…
Reference in New Issue
Block a user