Update HISTORY to mention PR #10724 (#10737)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10737

Reviewed By: cbi42

Differential Revision: D39825386

Pulled By: riversand963

fbshipit-source-id: a3c55f2777e034d6ae6ff44ef0219d9fbbf1cc96
main
Yanqin Jin 2 years ago committed by Facebook GitHub Bot
parent 2280b2612a
commit 52f2411722
  1. 1
      HISTORY.md

@ -3,6 +3,7 @@
### Bug Fixes
* Fix a bug in io_uring_prep_cancel in AbortIO API for posix which expects sqe->addr to match with read request submitted and wrong paramter was being passed.
* Fixed a regression in iterator performance when the entire DB is a single memtable introduced in #10449. The fix is in #10705 and #10716.
* Fixed an optimistic transaction validation bug caused by DBImpl::GetLatestSequenceForKey() returning non-latest seq for merge (#10724).
## 7.7.0 (09/18/2022)
### Bug Fixes

Loading…
Cancel
Save