mariadb/extra
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
..
aws_sdk MDEV-23539: aws key plugin - fails to build 2020-10-26 14:59:42 +11:00
mariabackup MDEV-37128 Avoid repetition of log message during mariabackup --backup 2025-07-07 15:51:09 +05:30
readline Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wolfssl Compiling - fix warnings with MSVC 17.14 2025-05-26 16:58:21 +02:00
charset2html.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
CMakeLists.txt MDEV-36316/MDEV-36327/MDEV-36328 Debug msan 2025-05-28 16:28:34 +10:00
comp_err.c MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
innochecksum.cc MDEV-35394 Innochecksum misinterprets freed pages 2024-11-27 13:00:51 +05:30
my_print_defaults.c Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
mysql_waitpid.c Added 'const' to arguments in get_one_option and find_typeset() 2021-02-08 12:16:29 +02:00
mysqld_safe_helper.c mysqld_safe_help - remove warning 2017-04-30 15:06:01 +04:00
perror.c MDEV-34714 perror-win test failure on localized Windows 2024-08-09 01:15:45 +02:00
replace.c Merge 10.4 into 10.5 2022-07-01 14:42:02 +03:00
resolve_stack_dump.c MDEV-22189: Change error messages inside code to have mariadb instead of 2021-05-24 11:38:13 +05:30
resolveip.c Added 'const' to arguments in get_one_option and find_typeset() 2021-02-08 12:16:29 +02:00