mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
A post-merge fix.
This commit is contained in:
@ -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");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user