mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
This commit is contained in:
@@ -119,7 +119,7 @@ sub mtr_timer_stop_all ($) {
|
||||
|
||||
foreach my $name ( keys %{$timers->{'timers'}} )
|
||||
{
|
||||
mtr_timer_stop($name);
|
||||
mtr_timer_stop($timers, $name);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user