Skip to content

Commit

Permalink
Update HISTORY for SeekForPrev bug fix (#5925)
Browse files Browse the repository at this point in the history
Summary:
Update history for the bug fix in #5907
Pull Request resolved: #5925

Differential Revision: D17952605

Pulled By: maysamyabandeh

fbshipit-source-id: 609afcbb2e4087f9153822c4d11193a75a7b0e7a
  • Loading branch information
Maysam Yabandeh committed Oct 16, 2019
1 parent 4229f6d commit 6ea6aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Bug Fixes
* 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.
* Fix a bug when partitioned filters and prefix search are used in conjunction, ::SeekForPrev could return invalid for an existing prefix. ::SeekForPrev might be called by the user, or internally on ::Prev, or within ::Seek if the return value involves Delete or a Merge operand.

## 6.5.0 (9/13/2019)
### Bug Fixes
Expand Down

0 comments on commit 6ea6aa7

Please sign in to comment.