Skip to content

Commit

Permalink
fill in missing CompactionJobInfo member. (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: matthewvon <[email protected]>
  • Loading branch information
matthewvon and matthewvon authored Jun 5, 2020
1 parent c6063a4 commit a7d2e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/db_impl_compaction_flush.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ void DBImpl::NotifyOnCompactionBegin(ColumnFamilyData* cfd,
TEST_SYNC_POINT("DBImpl::NotifyOnCompactionBegin::UnlockMutex");
{
CompactionJobInfo info;
info.cf_id = cfd->GetID();
info.cf_name = cfd->GetName();
info.status = st;
info.thread_id = env_->GetThreadID();
Expand Down

0 comments on commit a7d2e8d

Please sign in to comment.