summary refs log tree commit diff
path: root/changelog.d/16583.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.97.0rc1David Robertson2023-11-211-1/+0
|
* Avoid executing no-op queries. (#16583)Patrick Cloke2023-11-071-0/+1
If simple_{insert,upsert,update}_many_txn is called without any data to modify then return instead of executing the query. This matches the behavior of simple_{select,delete}_many_txn.