[RocksDB] Test diff on performance branch

Summary: trivia comment change

Test Plan: Go through the step ofs developing under the performance branch

Reviewers: dhruba, kailiu, sdong

CC: leveldb

Differential Revision: https://reviews.facebook.net/D14259
main
Haobo Xu 11 years ago
parent a617227a36
commit 37b459f0aa
  1. 2
      db/table_cache.h

@ -55,7 +55,7 @@ class TableCache {
void (*mark_key_may_exist)(void*) = nullptr); void (*mark_key_may_exist)(void*) = nullptr);
// Determine whether the table may contain the specified prefix. If // Determine whether the table may contain the specified prefix. If
// the table index of blooms are not in memory, this may cause an I/O // the table index or blooms are not in memory, this may cause an I/O
bool PrefixMayMatch(const ReadOptions& options, uint64_t file_number, bool PrefixMayMatch(const ReadOptions& options, uint64_t file_number,
uint64_t file_size, const Slice& internal_prefix, uint64_t file_size, const Slice& internal_prefix,
bool* table_io); bool* table_io);

Loading…
Cancel
Save