mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Don't stop the time in mtr_timer_timeout, that will be done after testcase or when program exit
This commit is contained in:
parent
62309faa1d
commit
3c0a746633
1 changed files with 2 additions and 4 deletions
|
|
@ -139,10 +139,8 @@ sub mtr_timer_timeout ($$) {
|
|||
|
||||
return "" unless exists $timers->{'pids'}->{$pid};
|
||||
|
||||
# We got a timeout
|
||||
my $name= $timers->{'pids'}->{$pid};
|
||||
mtr_timer_stop($timers, $name);
|
||||
return $name;
|
||||
# We got a timeout, return the name ot the timer
|
||||
return $timers->{'pids'}->{$pid};
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue