• Marko Mäkelä's avatar
    MDEV-21174: Correct a debug assertion failure · 055ce75d
    Marko Mäkelä authored
    trx_purge_free_segment(): In some cases (observed when running
    the test innodb_zip.wl5522_debug_zip), there is no change to
    the TRX_UNDO_NEEDS_PURGE field. Add mtr_t::OPT to disable a debug check.
    
    The bogus debug check was introduced in
    commit 56f6dab1.
    055ce75d
trx0purge.cc 35.7 KB