• Marko Mäkelä's avatar
    Replace purge_iter_t with purge_sys_t::iterator · d4187bdc
    Marko Mäkelä authored
    Also, remove the field undo_rseg_space.
    Apparently its purpose was to avoid problems with
    temporary undo logs, which MySQL 5.7 unnecessarily adds to
    the purge system. (Temporary undo log records are not purged.)
    MariaDB 10.2 fixed this in MDEV-12289 or earlier.
    d4187bdc
trx0purge.cc 46.3 KB