Details
Description
Update:
The correct variable name is in fact aria_log_dir_path, rather than aria_data_home_dir.
Original Description
In order to fix MDEV-30968 properly, we need to make aria_data_home_dir available as a system variable on the server side. Currently it's only a command line argument.
- The new variable will be equal to datadir by default
- The new variable will be GLOBAL
- The new variable will be Read-Only
Attachments
Issue Links
- blocks
-
MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is used
-
- Closed
-
- is duplicated by
-
MDEV-26153 Document aria_log_dir_path as variable
-
- Closed
-
- relates to
-
MDEV-31251 MDEV-30968 breaks running mariabackup on older mariadb (opendir(NULL))
-
- Closed
-
Hello vlad.lesin,
Can you please review a patch for this task?
https://github.com/MariaDB/server/commit/59badd8a65da118ceaedafdfed20003a669d1ff6
Thanks.