[MDEV-17691] aria_log_dir_path is a command-line option but documented as dynamic variable Created: 2018-11-12  Updated: 2021-02-10  Resolved: 2018-11-13

Status: Closed
Project: MariaDB Server
Component/s: Documentation
Affects Version/s: N/A
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-24836 aria_log_dir_path option now complete... Closed

 Description   

aria_log_dir_path is documented as a dynamic variable, but in fact it is only a startup option:

/* It is only command line argument */
static MYSQL_SYSVAR_STR(log_dir_path, maria_data_root,
       PLUGIN_VAR_NOSYSVAR | PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY,
       "Path to the directory where to store transactional log",
       NULL, NULL, mysql_real_data_home);


Generated at Thu Feb 08 08:38:22 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.