mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
A fix for Bug#41528
This commit is contained in:
parent
9fc536e1d3
commit
e258efd492
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue