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:
Yueh-Hsuan Chiang 2014-11-07 15:13:01 -08:00
parent b622ba5d6b
commit b8b3903429

View File

@ -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();