mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -5026,7 +5026,7 @@ sub mysqld_start ($$) {
|
||||
$mysqld->{'started_opts'}= $extra_opts;
|
||||
|
||||
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,
|
||||
$opt_start_timeout, $mysqld->{'proc'}, $warn_seconds);
|
||||
}
|
||||
|
Reference in New Issue
Block a user