From 214cad8c3b56810574020a5e995d22b804294cf8 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 29 Nov 2021 17:03:21 +0100 Subject: fix ./mtr --manual warning after f5441ef4dac9 --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 809f8794e00..4e00a76422b 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -5128,7 +5128,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); } -- cgit v1.2.1