Loading mysql-test/lib/mtr_process.pl +7 −0 Original line number Diff line number Diff line Loading @@ -1086,6 +1086,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 Loading
mysql-test/lib/mtr_process.pl +7 −0 Original line number Diff line number Diff line Loading @@ -1086,6 +1086,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