mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Fixed bug with ORDER BY on BDB tables.
New benchmarks tests
This commit is contained in:
parent
99f5d9bb68
commit
aa0786917e
1 changed files with 1 additions and 1 deletions
|
@ -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): " .
|
||||
|
|
Loading…
Reference in a new issue