From 37b459f0aaaaae238d599d1e84f9003570683beb Mon Sep 17 00:00:00 2001 From: Haobo Xu Date: Wed, 20 Nov 2013 14:30:36 -0800 Subject: [PATCH] [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 --- db/table_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/table_cache.h b/db/table_cache.h index 4b225af9b..f65326bad 100644 --- a/db/table_cache.h +++ b/db/table_cache.h @@ -55,7 +55,7 @@ class TableCache { void (*mark_key_may_exist)(void*) = nullptr); // 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, uint64_t file_size, const Slice& internal_prefix, bool* table_io);