mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 02:08:15 +02:00
![]() 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
|
||
---|---|---|
.. | ||
mtr0mtr.cc |