Skip to content

Commit 9c86737

Browse files
committed
release notes: remove duplicate bug-fix bullet from v24.1.29
1 parent fb8b4ed commit 9c86737

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/current/_includes/releases/v24.1/v24.1.29.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ Release Date: May 12, 2026
66

77
<h3 id="v24-1-29-bug-fixes">Bug fixes</h3>
88

9-
- Fixed a bug where concurrent updates to a table using multiple column families during a partial index creation could result in data loss, incorrect `NULL` values, or validation failures in the resulting index. #168782
109
- Fixed a bug that would allow a race condition in foreign key cascades under `READ COMMITTED` and `REPEATABLE READ` isolation levels. #169973
1110
- Fixed a bug that allowed foreign-key violations to result from some combinations of concurrent `READ COMMITTED` and `SERIALIZABLE` transactions. If both `SERIALIZABLE` and weaker-isolation transactions will concurrently modify rows involved in foreign-key relationships, the `SERIALIZABLE` transactions must have the following session variables set in order to prevent any possible foreign-key violations:
1211
- `SET enable_implicit_fk_locking_for_serializable = on;`
1312
- `SET enable_shared_locking_for_serializable = on;`
1413
- `SET enable_durable_locking_for_serializable = on;` #169973
15-
16-

0 commit comments

Comments
 (0)