• Thirunarayanan Balathandayuthapani's avatar
    MDEV-14545 Backup fails due to MLOG_INDEX_LOAD record · ff909acf
    Thirunarayanan Balathandayuthapani authored
    Problem:
    =======
      Mariabackup exits during prepare phase if it encounters
    MLOG_INDEX_LOAD redo log record. MLOG_INDEX_LOAD record
    informs Mariabackup that the backup cannot be completed based
    on the redo log scan, because some information is purposely
    omitted due to bulk index creation in ALTER TABLE.
    
    Solution:
    ========
    Detect the MLOG_INDEX_LOAD redo record during backup phase and
    exit the mariabackup with the proper error message.
    ff909acf
xtrabackup.cc 154 KB