summary refs log tree commit diff
path: root/changelog.d/14374.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.72.0rc1Erik Johnston2022-11-161-1/+0
|
* Fix background update table-scanning `events` (#14374)Richard van der Hoff2022-11-071-0/+1
When this background update did its last batch, it would try to update all the events that had been inserted since the bgupdate started, which could cause a table-scan. Make sure we limit the update correctly.