From: Andrew Kryczka Date: Wed, 30 Aug 2017 05:13:09 +0000 (-0700) Subject: update HISTORY.md for DeleteRange bug fix X-Git-Tag: rocksdb-5.8~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=64185c23ad9833850e97df15688b4410f56b68d3;p=rocksdb.git update HISTORY.md for DeleteRange bug fix Summary: fixed in #2799 Closes https://github.com/facebook/rocksdb/pull/2805 Differential Revision: D5734324 Pulled By: ajkr fbshipit-source-id: a285d4e84bf1018dc2257fd6c3e7c075a7243263 --- diff --git a/HISTORY.md b/HISTORY.md index 581e6b3ad..c898fb6b5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -16,6 +16,7 @@ * Fix wrong latencies in `rocksdb.db.get.micros`, `rocksdb.db.write.micros`, and `rocksdb.sst.read.micros`. * Fix incorrect dropping of deletions during intra-L0 compaction. * Fix transient reappearance of keys covered by range deletions when memtable prefix bloom filter is enabled. +* Fix potentially wrong file smallest key when range deletions separated by snapshot are written together. ## 5.7.0 (07/13/2017) ### Public API Change