Fix compile

main
Igor Canadi 11 years ago
parent d4a8423334
commit 9fe87b17aa
  1. 2
      table/table_reader_bench.cc

@ -49,7 +49,7 @@ static std::string MakeKey(int i, int j, bool through_db) {
} }
static bool DummySaveValue(void* arg, const ParsedInternalKey& ikey, static bool DummySaveValue(void* arg, const ParsedInternalKey& ikey,
const Slice& v, bool didIO) { const Slice& v) {
return false; return false;
} }

Loading…
Cancel
Save