mariadb/storage/innobase/trx
Marko Mäkelä 9dc50ea229 MDEV-25979 Invalid page number written to DB_ROLL_PTR
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.
2021-06-21 18:13:28 +03:00
..
trx0i_s.cc MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position() 2021-04-13 10:28:13 +03:00
trx0purge.cc MDEV-15912: Remove traces of insert_undo 2021-06-21 12:34:07 +03:00
trx0rec.cc MDEV-25979 Invalid page number written to DB_ROLL_PTR 2021-06-21 18:13:28 +03:00
trx0roll.cc MDEV-15912: Remove traces of insert_undo 2021-06-21 12:34:07 +03:00
trx0rseg.cc MDEV-15912: Remove traces of insert_undo 2021-06-21 12:34:07 +03:00
trx0sys.cc Merge 10.2 into 10.3 2021-04-13 10:26:01 +03:00
trx0trx.cc MDEV-15912: Remove traces of insert_undo 2021-06-21 12:34:07 +03:00
trx0undo.cc MDEV-15912: Remove traces of insert_undo 2021-06-21 12:34:07 +03:00