1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Set mysqladmin shutdown timeout to 60 seconds

mysql-test/mysql-test-run.pl:
  Add printout
This commit is contained in:
unknown
2008-04-14 14:25:57 +02:00
parent 4f367b42b5
commit 3c565a66b5
2 changed files with 2 additions and 2 deletions

View File

@@ -2633,7 +2633,7 @@ sub check_expected_crash_and_restart {
my $expect_file= "$opt_vardir/tmp/".$mysqld->name().".expect";
if ( -f $expect_file )
{
mtr_verbose("Crash was expected, file $expect_file exists");
mtr_report("Crash was expected, file '$expect_file' exists");
# Start server with same settings as last time
mysqld_start($mysqld, $mysqld->{'started_opts'});
unlink($expect_file);