Commit f69904eb authored by Staale Smedseng's avatar Staale Smedseng

A fix for Bug#41528

parent 99bcb170
......@@ -247,7 +247,7 @@ for ($i=2 ; $i <= $keys ; $i++)
$loop_time=new Benchmark;
for ($i=1 ; $i <= $opt_loop_count ; $i++)
{
do_many($dbh,$server->create("bench_$i", \@fields, \@index));
do_many($dbh,$server->create("bench_$i", \@fields, \@keys));
$dbh->do("drop table bench_$i" . $server->{'drop_attr'}) or die $DBI::errstr;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment