From aa0786917e50fe34846a321f209b99f69c55cfd5 Mon Sep 17 00:00:00 2001 From: "monty@tik.mysql.com" <> Date: Fri, 27 Oct 2000 17:17:19 +0300 Subject: [PATCH] Fixed bug with ORDER BY on BDB tables. New benchmarks tests --- sql-bench/test-select.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-bench/test-select.sh b/sql-bench/test-select.sh index 160a10a1c33..10b36e4be60 100755 --- a/sql-bench/test-select.sh +++ b/sql-bench/test-select.sh @@ -278,7 +278,7 @@ if ($limits->{'group_functions'}) $rows=0; for ($i=0 ; $i < $opt_medium_loop_count ; $i++) { - fetch_all_rows($dbh,"select grp,count(*) from bench1 group by grp"); + $rows+=fetch_all_rows($dbh,"select grp,count(*) from bench1 group by grp"); } $end_time=new Benchmark; print "Time for count_group_on_key_parts ($i:$rows): " .