From e5bd8def1ea59d479ded7f32d78ae0bacb086436 Mon Sep 17 00:00:00 2001 From: Aaron Gao Date: Mon, 13 Mar 2017 11:35:50 -0700 Subject: [PATCH] update history.md for fixing the bug that skips keys Summary: Closes https://github.com/facebook/rocksdb/pull/1986 Differential Revision: D4699152 Pulled By: siying fbshipit-source-id: b18c32c --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 77a4f0bd1..0a0cd4fec 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,9 @@ * Remove option min_partial_merge_operands. Partial merge operands will always be merged in flush or compaction if there are more than one. * Remove option verify_checksums_in_compaction. Compaction will always verify checksum. +### Bug Fixes +* Fix the bug that iterator may skip keys + ## 5.2.0 (02/08/2017) ### Public API Change * NewLRUCache() will determine number of shard bits automatically based on capacity, if the user doesn't pass one. This also impacts the default block cache when the user doesn't explict provide one.