mariadb/extra
Alexander Barkov 9f98a2acd7 MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is used
- `mariadb-backup --backup` was fixed to fetch the value of the
   @@aria_log_dir_path server variable and copy aria_log* files
   from @@aria_log_dir_path directory to the backup directory.
   Absolute and relative (to --datadir) paths are supported.

   Before this change aria_log* files were copied to the backup
   only if they were in the default location in @@datadir.

- `mariadb-backup --copy-back` now understands a new my.cnf and command line
   parameter --aria-log-dir-path.

  `mariadb-backup --copy-back` in the main loop in copy_back()
   (when copying back from the backup directory to --datadir)
   was fixed to ignore all aria_log* files.

   A new function copy_back_aria_logs() was added.
   It consists of a separate loop copying back aria_log* files from
   the backup directory to the directory specified in --aria-log-dir-path.
   Absolute and relative (to --datadir) paths are supported.
   If --aria-log-dir-path is not specified,
   aria_log* files are copied to --datadir by default.

- The function is_absolute_path() was fixed to understand MTR style
  paths on Windows with forward slashes, e.g.
   --aria-log-dir-path=D:/Buildbot/amd64-windows/build/mysql-test/var/...
2023-04-21 19:08:35 +04:00
..
aws_sdk MDEV-23539: aws key plugin - fails to build 2020-10-26 14:59:42 +11:00
crc32-vpmsum MDEV-21984: POWER crc32 acceleration - fix clang's behavior on versions >= 7 2020-04-13 14:32:10 +03:00
mariabackup MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is used 2023-04-21 19:08:35 +04:00
readline Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wolfssl Add more workaround atop existing WolfSSL 5.5.4 workaround to compile ASAN on buildbot 2023-02-08 11:32:06 +01:00
charset2html.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
CMakeLists.txt Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
comp_err.c Merge 10.2 into 10.3 2020-05-25 19:41:58 +03:00
innochecksum.cc Merge branch '10.3' into 10.4 2023-01-28 18:22:55 +01:00
my_print_defaults.c Merge 10.3 into 10.4 2021-04-21 07:58:42 +03:00
mysql_waitpid.c Update FSF Address 2019-05-11 21:29:06 +03:00
mysqld_safe_helper.c
perror.c MDEV-21062 Buildbot, Windows - sporadically missing lines from mtr's "exec" 2019-11-15 15:39:31 +01:00
replace.c Fix clang-15 -Wdeprecated-non-prototype 2022-07-01 09:34:31 +03:00
resolve_stack_dump.c Merge 10.3 into 10.4 2020-04-22 18:18:51 +03:00
resolveip.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00