diff options
author | unknown <msvensson@pilot.(none)> | 2007-08-03 12:50:00 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.(none)> | 2007-08-03 12:50:00 +0200 |
commit | 78a3a625cf949eea90141f4d0cc693bc77ce9aef (patch) | |
tree | 96c6c084b347a11b96a7de9128b49eddb1ddc2e5 /mysql-test/mysql-test-run.pl | |
parent | 9687988e8368f0b09a4f07e53b7ffceb1b01b822 (diff) | |
download | mariadb-git-78a3a625cf949eea90141f4d0cc693bc77ce9aef.tar.gz |
Improve report on test execution time
Define tot_real_tim locally in mtr_report.pl
mysql-test/mysql-test-run.pl:
Move global variable to local scope in the file it's being used
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 43b1ef7ac86..b072298756f 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -307,7 +307,6 @@ our @data_dir_lst; our $used_binlog_format; our $used_default_engine; our $debug_compiled_binaries; -our $glob_tot_real_time= 0; our %mysqld_variables; |