• Thirunarayanan Balathandayuthapani's avatar
    MDEV-30179 mariabackup --backup fails with FATAL ERROR: ... failed · 17858e03
    Thirunarayanan Balathandayuthapani authored
    			to copy datafile
    
    - Mariabackup fails to copy the undo log tablespace when it undergoes
    truncation. So Mariabackup should detect the redo log which does
    undo tablespace truncation and also backup should read the minimum
    file size of the tablespace and ignore the error while reading.
    
    - Throw error when innodb undo tablespace read failed, but backup
    doesn't find the redo log for undo tablespace truncation
    17858e03
fil_cur.cc 14.3 KB