mariadb/storage/innobase/trx
Marko Mäkelä 384eb570a6 MDEV-32144 Debug assertion failure w == MAYBE_NOP in mtr_t::memcpy()
trx_undo_write_trx_xid(): Silence the debug assertion by passing
a template parameter that causes us to not care that the contents of
the page did not actually change and no log record would be written.
This debug assertion could fail if XA PREPARE was executed multiple
times with the same XID.
2023-09-11 11:48:15 +03:00
..
trx0i_s.cc Merge branch 10.4 into 10.5 2021-12-26 12:51:04 +01:00
trx0purge.cc MDEV-32049 Deadlock due to log_free_check() in trx_purge_truncate_history() 2023-08-31 12:14:49 +03:00
trx0rec.cc Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
trx0roll.cc MDEV-30936 clang 15.0.7 -fsanitize=memory fails massively 2023-03-28 11:44:24 +03:00
trx0rseg.cc MDEV-30671 InnoDB undo log truncation fails to wait for purge of history 2023-02-24 14:24:44 +02:00
trx0sys.cc MDEV-31234 InnoDB does not free UNDO after the fix of MDEV-30671 2023-05-19 12:19:26 +03:00
trx0trx.cc Merge 10.4 into 10.5 2023-08-24 10:12:13 +03:00
trx0undo.cc MDEV-32144 Debug assertion failure w == MAYBE_NOP in mtr_t::memcpy() 2023-09-11 11:48:15 +03:00