Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä 2021-06-21 12:38:25 +03:00
commit d3e4fae797
65 changed files with 708 additions and 568 deletions

View file

@ -4579,7 +4579,7 @@ lock_print_info_summary(
"Purge done for trx's n:o < " TRX_ID_FMT
" undo n:o < " TRX_ID_FMT " state: %s\n"
"History list length %u\n",
purge_sys.tail.trx_no(),
purge_sys.tail.trx_no,
purge_sys.tail.undo_no,
purge_sys.enabled()
? (purge_sys.running() ? "running"