mariadb/storage/innobase/trx
Marko Mäkelä c0a84fb9b0 MDEV-26465 Race condition in trx_purge_rseg_get_next_history_log()
trx_purge_rseg_get_next_history_log(): Fix a race condition that
was introduced in commit e46f76c974
(MDEV-15912). The buffer pool page contents must not be accessed
while not holding a page latch. The page latch was released by
mtr_t::commit().

This race resulted in an ASAN heap-use-after-poison during a stress test.
2021-08-23 17:00:01 +03:00
..
trx0i_s.cc Merge 10.2 into 10.3 2021-07-27 10:47:17 +03:00
trx0purge.cc MDEV-26465 Race condition in trx_purge_rseg_get_next_history_log() 2021-08-23 17:00:01 +03:00
trx0rec.cc
trx0roll.cc Merge 10.2 into 10.3 2021-07-27 10:47:17 +03:00
trx0rseg.cc
trx0sys.cc MDEV-25594: Improve debug checks 2021-07-27 08:52:01 +03:00
trx0trx.cc Merge 10.2 into 10.3 2021-07-27 10:47:17 +03:00
trx0undo.cc