Commit ecd8a522 authored by Monty's avatar Monty

Renamed 'mysql' -> 'mariadb' in mtr

parent c2d44ecb
...@@ -1793,7 +1793,7 @@ sub collect_mysqld_features { ...@@ -1793,7 +1793,7 @@ sub collect_mysqld_features {
sub collect_mysqld_features_from_running_server () sub collect_mysqld_features_from_running_server ()
{ {
my $mysql= mtr_exe_exists("$path_client_bindir/mysql"); my $mysql= mtr_exe_exists("$path_client_bindir/mariadb");
my $args; my $args;
mtr_init_args(\$args); mtr_init_args(\$args);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment