Commit 6fa72fb1 authored by Sergei Golubchik's avatar Sergei Golubchik

mtr: report full command line of mysqld that failed to start

parent 789a2a36
......@@ -5095,7 +5095,7 @@ sub mysqld_start ($$) {
$tinfo->{logfile}=get_log_from_proc($mysqld->{'proc'}, $tinfo->{name});
report_option('verbose', 1);
mtr_report_test($tinfo);
mtr_error("Failed to start mysqld $mname with command $exe");
mtr_error("Failed to start mysqld $mname with command $exe @$args");
}
# Remember options used when starting
......
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