]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Fix build
authorAnurag Indu <aindu@aindu-mbp.local>
Tue, 24 Mar 2015 23:53:49 +0000 (16:53 -0700)
committerAnurag Indu <aindu@aindu-mbp.local>
Wed, 25 Mar 2015 00:00:28 +0000 (17:00 -0700)
Test Plan: Running make all

Reviewers: sdong

Reviewed By: sdong

Subscribers: rven, yhchiang, igor, meyering, dhruba

Differential Revision: https://reviews.facebook.net/D35889

table/table_reader_bench.cc

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