mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge akishkin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/walrus/bk/41
This commit is contained in:
commit
53859b6e0a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue