Add PR number

This commit is contained in:
Andrew Noyes 2020-08-25 17:48:12 +00:00
parent 3737b8dd7b
commit 93f1d1a07d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Release Notes
6.2.25
======
* Mitigate an issue where a non-lockaware transaction that changes certain ``\xff`` "metadata" keys, committed concurrently with locking the database, can cause corruption. If a non-lockaware transaction manually sets its read version to a version where the database is locked, and changes metadata keys, this can still cause corruption.
* Mitigate an issue where a non-lockaware transaction that changes certain ``\xff`` "metadata" keys, committed concurrently with locking the database, can cause corruption. If a non-lockaware transaction manually sets its read version to a version where the database is locked, and changes metadata keys, this can still cause corruption. `(PR #3674) <https://github.com/apple/foundationdb/pull/3674>`_
6.2.24
======