• Marko Mäkelä's avatar
    MDEV-13575 On failure, Mariabackup --backup --safe-slave-backup may forget to... · 8a3e2970
    Marko Mäkelä authored
    MDEV-13575 On failure, Mariabackup --backup --safe-slave-backup may forget to START SLAVE SQL_THREAD
    
    backup_release(): New function, refactored from backup_finish().
    Release some resources that may have been acquired by backup_startup()
    and should be released even after a failed operation.
    
    xtrabackup_backup_low(): Refactored from xtrabackup_backup_func().
    
    xtrabackup_backup_func(): Always call backup_release() after calling
    backup_start().
    8a3e2970
backup_copy.h 1.25 KB