From 1d26537da53fee228b2f9d974d4806a06b76e33e Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Sun, 2 Dec 2001 14:34:01 +0200 Subject: Query cache. Remove some warnings --- sql-bench/test-transactions.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sql-bench/test-transactions.sh') diff --git a/sql-bench/test-transactions.sh b/sql-bench/test-transactions.sh index adb76e6f68d..b081b89fb69 100644 --- a/sql-bench/test-transactions.sh +++ b/sql-bench/test-transactions.sh @@ -23,7 +23,7 @@ use DBI; use Benchmark; -use warnings; +#use warnings; $opt_groups=27; # Characters are 'A' -> Z @@ -34,7 +34,8 @@ chomp($pwd = `pwd`); $pwd = "." if ($pwd eq ''); require "$pwd/bench-init.pl" || die "Can't read Configuration file: $!\n"; # Avoid warnings for variables in bench-init.pl -our ($opt_small_test, $opt_small_tables, $opt_debug, $opt_force); +# (Only works with perl 5.6) +#our ($opt_small_test, $opt_small_tables, $opt_debug, $opt_force); if ($opt_small_test || $opt_small_tables) { -- cgit v1.2.1