• Marko Mäkelä's avatar
    MDEV-14705: Do not rollback on InnoDB shutdown · 76ec37f5
    Marko Mäkelä authored
    row_undo_step(): If fast shutdown has been requested, abort the
    rollback of any non-DDL transactions. Starting with MDEV-12323,
    we aborted the rollback of recovered transactions. These
    transactions would be rolled back on subsequent server startup.
    
    trx_roll_report_progress(): Renamed from trx_roll_must_shutdown(),
    now that the shutdown check has been moved to the only caller.
    76ec37f5
row0undo.cc 11.8 KB