mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mtr_process.pl:
Call mtr_timer_stop_all() at exit mtr_report.pl, mysql-test-run.pl: Added default/ps-protocol/embedded to abort and summary line mtr_timer.pl: Added function mtr_timer_stop_all() mysql-test/mysql-test-run.pl: Added default/ps-protocol/embedded to abort and summary line mysql-test/lib/mtr_timer.pl: Added function mtr_timer_stop_all() mysql-test/lib/mtr_report.pl: Added default/ps-protocol/embedded to abort and summary line mysql-test/lib/mtr_process.pl: Call mtr_timer_stop_all() at exit
This commit is contained in:
@ -841,6 +841,7 @@ sub sleep_until_file_created ($$$) {
|
||||
sub mtr_exit ($) {
|
||||
my $code= shift;
|
||||
# cluck("Called mtr_exit()");
|
||||
mtr_timer_stop_all($::glob_timers);
|
||||
local $SIG{HUP} = 'IGNORE';
|
||||
kill('HUP', -$$);
|
||||
sleep 2;
|
||||
|
Reference in New Issue
Block a user