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:
Deon Nicholas 2013-08-23 16:36:01 -07:00
parent 5c3b254ef2
commit 573844807c
1 changed files with 1 additions and 1 deletions

View File

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