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

into mysql.com:/home/walrus/bk/41
This commit is contained in:
walrus@mysql.com 2003-04-04 00:19:16 +06:00
commit 53859b6e0a

View file

@ -252,7 +252,7 @@ sub test_update
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);