Commit 214cad8c authored by Sergei Golubchik's avatar Sergei Golubchik

fix ./mtr --manual warning after f5441ef4

parent 17802165
...@@ -5128,7 +5128,7 @@ sub mysqld_start ($$) { ...@@ -5128,7 +5128,7 @@ sub mysqld_start ($$) {
$mysqld->{'started_opts'}= $extra_opts; $mysqld->{'started_opts'}= $extra_opts;
my $expect_file= "$opt_vardir/tmp/".$mysqld->name().".expect"; my $expect_file= "$opt_vardir/tmp/".$mysqld->name().".expect";
return $oldexe eq $exe || return $oldexe eq ($exe || '') ||
sleep_until_file_created($mysqld->value('pid-file'), $expect_file, sleep_until_file_created($mysqld->value('pid-file'), $expect_file,
$opt_start_timeout, $mysqld->{'proc'}, $warn_seconds); $opt_start_timeout, $mysqld->{'proc'}, $warn_seconds);
} }
......
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