1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

MDEV-8542 - The "aria_recover" variable should be renamed "aria_recover_options"

to match MyISAM

Renamed aria_recover to aria_recover_options.
This commit is contained in:
Sergey Vojtovich
2015-11-24 14:43:09 +04:00
parent 54689e1d5c
commit e4212898a6
12 changed files with 139 additions and 139 deletions

View File

@@ -2131,7 +2131,7 @@ sub mysqld_client_arguments () {
sub have_maria_support () {
my $maria_var= $mysqld_variables{'aria-recover'};
my $maria_var= $mysqld_variables{'aria-recover-options'};
return defined $maria_var;
}