summary refs log tree commit diff
path: root/changelog.d/16609.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.97.0rc1David Robertson2023-11-211-1/+0
|
* Avoid updating the same rows multiple times with simple_update_many_txn. ↵Patrick Cloke2023-11-071-0/+1
(#16609) simple_update_many_txn had a bug in it which would cause each update to be applied twice.