• Marko Mäkelä's avatar
    MDEV-18611: mariabackup silently ended during xtrabackup_copy_logfile() · ca76fc4a
    Marko Mäkelä authored
    log_group_read_log_seg(): Always return false when returning
    before reading end_lsn.
    
    xtrabackup_copy_logfile(): On error, indicate whether
    a corrupt log record was encountered.
    
    Only xtrabackup_copy_logfile() in Mariabackup cared about the
    return value of the function. InnoDB crash recovery was not
    affected by this bug.
    ca76fc4a
xtrabackup.cc 179 KB