#At file:///net/fimafeng09/export/home/tmp/ss156133/z/b41528-51/ based on revid:timothy.smith@stripped
2793 Staale Smedseng 2009-02-13
Re-commit of 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;
}
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (staale.smedseng:2793) | Staale Smedseng | 13 Feb |