diff --git a/changelogs/unreleased/gh-7493-memtx-hash-idx-repeatable-read-violation.md b/changelogs/unreleased/gh-7493-memtx-hash-idx-repeatable-read-violation.md index 86cb4902b679039b918ae541f41997d9cd8f2ff8..5d3e26fef3dced11093c75659c2a4788858c2f7c 100644 --- a/changelogs/unreleased/gh-7493-memtx-hash-idx-repeatable-read-violation.md +++ b/changelogs/unreleased/gh-7493-memtx-hash-idx-repeatable-read-violation.md @@ -1,4 +1,4 @@ ## bugfix/memtx -* Fixed gap writes from different transaction incorrectly handled for hash index - full scans (gh-7493). +* Fixed incorrect handling of transaction conflicts in full scans + by HASH indexes (gh-7493).