Merge 10.8 into 10.9

This commit is contained in:
Marko Mäkelä 2022-03-17 09:59:37 +02:00
commit 9350945023

View File

@ -936,7 +936,7 @@ std::pair<lsn_t,mtr_t::page_flush_ahead> mtr_t::do_write()
m_latch_ex= true;
log_sys.latch.rd_unlock();
log_sys.latch.wr_lock(SRW_LOCK_CALL);
if (UNIV_UNLIKELY(m_user_space->max_lsn))
if (UNIV_UNLIKELY(m_user_space->max_lsn != 0))
goto func_exit;
}
name_write();