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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user