• Marko Mäkelä's avatar
    MDEV-30479 OPT_PAGE_CHECKSUM mismatch after innodb_undo_log_truncate=ON · 461402a5
    Marko Mäkelä authored
    page_recv_t::trim(): Do remove log records for mini-transactions
    that end right at the threshold LSN. This will avoid an inconsistency
    where a dirty page had been evicted from the buffer pool during
    undo tablespace truncation, and recovery would attempt to apply
    log records for which the last available copy in the data file is
    too new. These changes would be discarded anyway.
    461402a5
log0recv.cc 112 KB