Skip to content

Commit 73a35c6

Browse files
author
anand76
committed
Update HISTORY.md with a bug fix
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent fc53ac8 commit 73a35c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Rocksdb Change Log
22
## Unreleased
33
### Bug Fixes
4-
* 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.
4+
* 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.
5+
* Fix a bug in BlockBasedTableIterator that might return incorrect results when reseek happens with a different iterator upper bound.
56

67
## 6.5.0 (9/13/2019)
78
### Bug Fixes

0 commit comments

Comments
 (0)