Fix build

Test Plan: Running make all

Reviewers: sdong

Reviewed By: sdong

Subscribers: rven, yhchiang, igor, meyering, dhruba

Differential Revision: https://reviews.facebook.net/D35889
This commit is contained in:
Anurag Indu 2015-03-24 16:53:49 -07:00
parent cbd6a20738
commit 1e57f2bf2b

View File

@ -146,7 +146,7 @@ void TableReaderBenchmark(Options& opts, EnvOptions& env_options,
GetContext get_context(ioptions.comparator, ioptions.merge_operator, GetContext get_context(ioptions.comparator, ioptions.merge_operator,
ioptions.info_log, ioptions.statistics, ioptions.info_log, ioptions.statistics,
GetContext::kNotFound, Slice(key), &value, GetContext::kNotFound, Slice(key), &value,
nullptr, &merge_context); nullptr, &merge_context, env);
s = table_reader->Get(read_options, key, &get_context); s = table_reader->Get(read_options, key, &get_context);
} else { } else {
s = db->Get(read_options, key, &result); s = db->Get(read_options, key, &result);