Commit 86820837 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-28043 fixup: GCC -m32 -Wconversion

parent f7f7a323
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment