mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
A post-merge fix.
This commit is contained in:
parent
126375b16a
commit
0717e6c3c6
1 changed files with 6 additions and 0 deletions
|
@ -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");
|
mtr_warning("check_expected_crash_and_restart couldn't find an entry for pid: $ret_pid");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue