]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md with a bug fix
authoranand76 <anand76@devvm1373.frc2.facebook.com>
Mon, 7 Oct 2019 23:55:47 +0000 (16:55 -0700)
committeranand76 <anand76@devvm1373.frc2.facebook.com>
Mon, 7 Oct 2019 23:55:47 +0000 (16:55 -0700)
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

HISTORY.md

index c9f4a122a84570652ac482959925d051a9e2f663..2994779efae28d46f8c0ddc2e10b9fa204a8fdbe 100644 (file)
@@ -1,7 +1,8 @@
 # Rocksdb Change Log
 ## 6.4.5 (10/1/2019)
 ### Bug Fixes
-* Revert the feature "Merging iterator to avoid child iterator reseek for some cases (#5286)" since it might cause strong results when reseek happens with a different iterator upper bound.
+* Revert the feature "Merging iterator to avoid child iterator reseek for some cases (#5286)" since it might cause strange results when reseek happens with a different iterator upper bound.
+* Fix a bug in BlockBasedTableIterator that might return incorrect results when reseek happens with a different iterator upper bound.
 
 ## 6.4.4 (9/17/2019)
 * Fix a bug introduced 6.3 which could cause wrong results in a corner case when prefix bloom filter is used and the iterator is reseeked.