Loading mysql-test/mysql-test-run.pl +10 −1 Original line number Diff line number Diff line Loading @@ -3601,8 +3601,17 @@ sub run_testcase ($) { { mtr_timer_stop_all($glob_timers); mtr_report("\nServers started, exiting"); if ($glob_win32_perl) { #ActiveState perl hangs when using normal exit, use POSIX::_exit instead use POSIX qw[ _exit ]; POSIX::_exit(0); } else { exit(0); } } { do_before_run_mysqltest($tinfo); Loading Loading
mysql-test/mysql-test-run.pl +10 −1 Original line number Diff line number Diff line Loading @@ -3601,8 +3601,17 @@ sub run_testcase ($) { { mtr_timer_stop_all($glob_timers); mtr_report("\nServers started, exiting"); if ($glob_win32_perl) { #ActiveState perl hangs when using normal exit, use POSIX::_exit instead use POSIX qw[ _exit ]; POSIX::_exit(0); } else { exit(0); } } { do_before_run_mysqltest($tinfo); Loading