Fix for no_io

Summary: Oops. My bad.

Test Plan: Make all check

Reviewers: emayanke

Reviewed By: emayanke

CC: haobo, leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D12525
main
Deon Nicholas 11 years ago
parent 5c3b254ef2
commit 573844807c
  1. 2
      db/db_impl.cc

@ -2242,7 +2242,7 @@ Status DBImpl::GetImpl(const ReadOptions& options,
// Done // Done
} else { } else {
current->Get(options, lkey, value, &s, &merge_operands, &stats, current->Get(options, lkey, value, &s, &merge_operands, &stats,
options_, value_found); options_, no_io, value_found);
have_stat_update = true; have_stat_update = true;
} }
mutex_.Lock(); mutex_.Lock();

Loading…
Cancel
Save