Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint mysql-test/lib/mtr_process.pl: Auto merged
This commit is contained in:
commit
984d8e23d6
@ -1099,6 +1099,13 @@ sub mtr_kill_processes ($) {
|
||||
|
||||
foreach my $pid (@$pids)
|
||||
{
|
||||
|
||||
if ($pid <= 0)
|
||||
{
|
||||
mtr_warning("Trying to kill illegal pid: $pid");
|
||||
next;
|
||||
}
|
||||
|
||||
foreach my $sig (15, 9)
|
||||
{
|
||||
last if mtr_im_kill_process([ $pid ], $sig, 10, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user