• Thirunarayanan Balathandayuthapani's avatar
    MDEV-30114 Incremental prepare fails when innodb_undo_tablespaces > 0 · dd20a43c
    Thirunarayanan Balathandayuthapani authored
    - Mariabackup fails to open the undo tablespaces while applying delta
    files to the corresponding data file. Mariabackup opens the
    undo tablespaces first time in srv_undo_tablespaces_init() and does
    tries to open the undo tablespaces in xtrabackup_apply_deltas() with
    conflicting mode and leads to the failure.
    
    - Mariabackup should close the undo tablespaces before applying
    the incremental delta files.
    dd20a43c
xtrabackup.cc 196 KB