mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
Stop all timers before exiting when --start-and-exit
This commit is contained in:
parent
b860c4dbf5
commit
8e5b64ae0a
1 changed files with 1 additions and 0 deletions
|
|
@ -2913,6 +2913,7 @@ sub run_testcase ($) {
|
|||
# ----------------------------------------------------------------------
|
||||
if ( $opt_start_and_exit or $opt_start_dirty )
|
||||
{
|
||||
mtr_timer_stop_all($glob_timers);
|
||||
mtr_report("\nServers started, exiting");
|
||||
exit(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue