summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-11-07 14:02:09 -0500
committerGitHub <noreply@github.com>2023-11-07 14:02:09 -0500
commit455ef041871fe944a0f3b7b1f5073663f20a99be (patch)
tree4d81ac2b66652be0a2954314ddcdda5252e1078b /changelog.d
parentAvoid executing no-op queries. (#16583) (diff)
downloadsynapse-455ef041871fe944a0f3b7b1f5073663f20a99be.tar.xz
Avoid updating the same rows multiple times with simple_update_many_txn. (#16609)
simple_update_many_txn had a bug in it which would cause each
update to be applied twice.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16609.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16609.bugfix b/changelog.d/16609.bugfix
new file mode 100644
index 0000000000..a52d395cd3
--- /dev/null
+++ b/changelog.d/16609.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where some queries updated the same row twice. Introduced in Synapse 1.57.0.