summary refs log tree commit diff
path: root/changelog.d/10690.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.44.0rc1Erik Johnston2021-09-281-1/+0
|
* In `_purge_history_txn`, ensure that txn.fetchall has elements before ↵Kokokokoka2021-09-241-0/+1
accessing rows (#10690) This change adds a check for row existence before accessing row element, this should fix issue #10669 Signed-off-by: Vasya Boytsov vasiliy.boytsov@phystech.edu