Update HISTORY.md with a bug fix

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
This commit is contained in:
anand76 2019-10-07 16:54:33 -07:00
parent fc53ac86f6
commit 73a35c6e17

View File

@ -1,7 +1,8 @@
# Rocksdb Change Log
## Unreleased
### 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.5.0 (9/13/2019)
### Bug Fixes