diff options
author | unknown <kostja@bodhi.local> | 2006-11-30 02:42:01 +0300 |
---|---|---|
committer | unknown <kostja@bodhi.local> | 2006-11-30 02:42:01 +0300 |
commit | 0717e6c3c60f19164891decccb67c5157efe02a3 (patch) | |
tree | b91b522acb244c2635509b21003767bb5d52ab6c /mysql-test | |
parent | 126375b16aa31066cfb6e1332b73d8fb9f23467c (diff) | |
download | mariadb-git-0717e6c3c60f19164891decccb67c5157efe02a3.tar.gz |
A post-merge fix.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/lib/mtr_process.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/lib/mtr_process.pl b/mysql-test/lib/mtr_process.pl index 9d0c1f601ba..79285de88a7 100644 --- a/mysql-test/lib/mtr_process.pl +++ b/mysql-test/lib/mtr_process.pl @@ -937,6 +937,12 @@ sub check_expected_crash_and_restart($) } } } + + if ($::instance_manager->{'spawner_pid'} eq $ret_pid) + { + return; + } + mtr_warning("check_expected_crash_and_restart couldn't find an entry for pid: $ret_pid"); } |