From: Date: February 13 2009 1:29pm Subject: bzr commit into mysql-6.0-bugteam branch (staale.smedseng:3037) Bug#41528 List-Archive: http://lists.mysql.com/commits/66188 X-Bug: 41528 Message-Id: <20090213122904.6717A1F5@fimafeng09.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///net/fimafeng09/export/home/tmp/ss156133/z/b41528-60/ based on revid:matthias.leich@stripped 3037 Staale Smedseng 2009-02-13 [merge] Merge from 5.1-bugteam for Bug#41528 modified: sql-bench/test-create.sh === modified file 'sql-bench/test-create.sh' --- a/sql-bench/test-create.sh 2006-12-31 00:32:21 +0000 +++ b/sql-bench/test-create.sh 2009-02-13 12:25:50 +0000 @@ -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; }