• Marko Mäkelä's avatar
    MDEV-32050: Clean up online ALTER · 21bec970
    Marko Mäkelä authored
    UndorecApplier::assign_rec(): Remove. We will pass the undo record to
    UndorecApplier::apply_undo_rec(). There is no need to copy the
    undo record, because nothing else can write to the undo log pages
    that belong to an active or incomplete transaction.
    
    trx_t::apply_log(): Buffer-fix the undo page across mini-transaction
    boundary in order to avoid repeated page lookups.
    
    Reviewed by: Vladislav Lesin
    21bec970
row0upd.cc 81.8 KB