summary refs log tree commit diff
path: root/changelog.d/10267.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.38.0rc1Brendan Abolivier2021-07-061-1/+0
|
* Fix `populate_stream_ordering2` background job (#10267)Richard van der Hoff2021-06-291-0/+1
It was possible for us not to find any rows in a batch, and hence conclude that we had finished. Let's not do that.