From 78a3a625cf949eea90141f4d0cc693bc77ce9aef Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Aug 2007 12:50:00 +0200 Subject: 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 --- mysql-test/mysql-test-run.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'mysql-test/mysql-test-run.pl') 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; -- cgit v1.2.1