diff options
Diffstat (limited to 'sql-bench/test-select.sh')
-rw-r--r-- | sql-bench/test-select.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-select.sh b/sql-bench/test-select.sh index 1ecad5804c5..eba2a7085d8 100644 --- a/sql-bench/test-select.sh +++ b/sql-bench/test-select.sh @@ -141,7 +141,7 @@ if ($limits->{'group_functions'}) $loop_time=new Benchmark; for ($tests=0 ; $tests < $opt_loop_count ; $tests++) { - fetch_all_rows($dbh,"select sum(idn+$tests),sum(rev_idn-$tests) from bench1"); + fetch_all_rows($dbh,"select sum(idn+100),sum(rev_idn-100) from bench1"); } $end_time=new Benchmark; print "Time for select_query_cache ($opt_loop_count): " . |