Commit ad43aa81 authored by unknown's avatar unknown

Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.1

into mysql.com:/home/pem/work/mysql-4.1

parents 4f9ae16c fb25be65
...@@ -252,7 +252,7 @@ sub test_update ...@@ -252,7 +252,7 @@ sub test_update
for ($id=0 ; $id < $opt_loop_count ; $id++) for ($id=0 ; $id < $opt_loop_count ; $id++)
{ {
do_query($dbh,"update bench1 set updated=1 where idn=$id"); do_query($dbh,"update $table set updated=1 where idn=$id");
} }
$dbh->commit if (!$auto_commit); $dbh->commit if (!$auto_commit);
......
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