mariadb/storage/innobase/mtr
Marko Mäkelä 0c18e5a292 MDEV-36760 log_t::append_prepare_wait(): Bogus assertion on write_lsn
log_t::append_prepare_wait(): Do not attempt to read log_sys.write_lsn
because it is not protected by log_sys.latch but by write_lock, which
we cannot hold here. The assertion could fail if log_t::write_buf()
is executing concurrently, and it has not yet executed log_write_buf()
or updated log_sys.write_lsn.

Fixes up commit acd071f599 (MDEV-21923)
2025-05-13 12:27:41 +03:00
..
mtr0mtr.cc MDEV-36760 log_t::append_prepare_wait(): Bogus assertion on write_lsn 2025-05-13 12:27:41 +03:00