1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-27 05:41:41 +03:00
Files
mariadb/extra
Alexander Barkov d3e394b3b1 A cleanup for MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is used
Fixing buildbot failures on mariabackup.aria_log_dir_path_rel.

The problem was that directory_exists() was called with the
relative aria_log_dir_path value, while the current directory
in mariadb-backup is not necessarily equal to datadir when MTR is running.

Fix:

- Moving building the absolute path un level upper:
  from the function copy_back_aria_logs() to the function copy_back().
- Passing the built absolute path to both directory_exists() and
  copy_back_aria_logs() as a parameter.
2023-04-24 10:36:13 +04:00
..
2019-05-11 22:19:05 +03:00
2019-05-11 22:19:05 +03:00
2019-05-19 20:55:37 +02:00
2020-05-25 19:41:58 +03:00
2023-01-28 18:22:55 +01:00
2021-04-21 07:58:42 +03:00
2019-05-11 21:29:06 +03:00
2020-04-22 18:18:51 +03:00
2019-05-14 17:18:46 +03:00