• Marko Mäkelä's avatar
    Rename InnoDB transaction undo logging predicates. · a0c79bcf
    Marko Mäkelä authored
    trx::has_logged_persistent(): Renamed from trx_is_redo_rseg_updated().
    Determines if a transaction has generated any persistent undo log.
    
    trx::has_logged(): Renamed from trx_is_rseg_updated().
    Determines if a transaction has generated any undo log.
    a0c79bcf
trx0trx.h 50.8 KB