mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fix ./mtr --manual warning after f5441ef4da
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user