diff options
author | unknown <kent@mysql.com> | 2005-08-27 01:45:50 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-08-27 01:45:50 +0200 |
commit | 7662fc2a12aa36719df09d10025156dc831efa55 (patch) | |
tree | 07a66d240f2366b04d7564442dd0791708fe0861 /mysql-test/lib | |
parent | 857258f108f7adc9383e4848415348057d8213d5 (diff) | |
download | mariadb-git-7662fc2a12aa36719df09d10025156dc831efa55.tar.gz |
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/mtr_timer.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_timer.pl b/mysql-test/lib/mtr_timer.pl index e96d044dde1..709cebd6407 100644 --- a/mysql-test/lib/mtr_timer.pl +++ b/mysql-test/lib/mtr_timer.pl @@ -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; } |