mariadb/storage/innobase/log
Thirunarayanan Balathandayuthapani ff909acfa4 MDEV-14545 Backup fails due to MLOG_INDEX_LOAD record
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.
2018-03-13 15:25:38 +05:30
..
log0crypt.cc Merge 10.1 into 10.2 2017-09-17 11:05:33 +03:00
log0log.cc MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow the storage engine to cleanup open connections 2018-02-15 09:59:03 +02:00
log0recv.cc MDEV-14545 Backup fails due to MLOG_INDEX_LOAD record 2018-03-13 15:25:38 +05:30