mirror of https://github.com/MariaDB/server
Browse Source
trx_undo_report_row_operation(): Fix a race condition that was introduced
in commit f74023b955 (MDEV-15090).
We must not access undo_block after the page latch has been released
in mtr_t::commit(), because the block could be evicted or replaced.
bb-10.3-nikita-mdev-24511
1 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue