mariadb/storage/innobase/log
Thirunarayanan Balathandayuthapani 6239714f1b MDEV-37128 Avoid repetition of log message during mariabackup --backup
Problem:
=======
mariadb-backup creates one background thread to copy innodb redo log.
It does copy all the data file (in main thread and other concurrent threads),
till it explicitly mentions the redo log thread to exit. This redo log copier
thread run keep printing the current states of redo log copied lsn for
every 15 seconds. If BACKUP STAGE command takes time to finish or any stall
during data copy then redo log background continuously emitting the same log
copy status gives the impression that redo log is being stuck

Solution:
=========
backup_log_report(): Reports the log progress report information
for backup only when InnoDB does have any redo log to copy

xtrabackup_copy_logfile(): Print the redo log progress information
after coping the new redo log.
2025-07-07 15:51:09 +05:30
..
log0crypt.cc Merge 10.5 into 10.6 2021-06-23 09:24:32 +03:00
log0log.cc MDEV-35171 OS_FILE_NORMAL and OS_FILE_AIO are misleading 2024-10-21 15:31:32 +02:00
log0recv.cc MDEV-37128 Avoid repetition of log message during mariabackup --backup 2025-07-07 15:51:09 +05:30
log0sync.cc Merge 10.5 into 10.6 2024-06-07 10:03:51 +03:00
log0sync.h MDEV-26789 log_write_up_to needs mechanism to prevent stalls of async. waiters 2021-10-08 13:18:59 +02:00