• Marko Mäkelä's avatar
    MDEV-32144 Debug assertion failure w == MAYBE_NOP in mtr_t::memcpy() · 384eb570
    Marko Mäkelä authored
    trx_undo_write_trx_xid(): Silence the debug assertion by passing
    a template parameter that causes us to not care that the contents of
    the page did not actually change and no log record would be written.
    This debug assertion could fail if XA PREPARE was executed multiple
    times with the same XID.
    384eb570
trx0undo.cc 45.4 KB