Skip to content

Commit

Permalink
MDEV-28043 fixup: GCC -m32 -Wconversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Mar 17, 2022
1 parent f7f7a32 commit 8682083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/mtr/mtr0mtr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8682083

Please sign in to comment.