mirror of https://github.com/facebook/rocksdb.git
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
This commit is contained in:
parent
5c3b254ef2
commit
573844807c
|
@ -2242,7 +2242,7 @@ Status DBImpl::GetImpl(const ReadOptions& options,
|
|||
// Done
|
||||
} else {
|
||||
current->Get(options, lkey, value, &s, &merge_operands, &stats,
|
||||
options_, value_found);
|
||||
options_, no_io, value_found);
|
||||
have_stat_update = true;
|
||||
}
|
||||
mutex_.Lock();
|
||||
|
|
Loading…
Reference in New Issue