mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
test-transactions.sh:
correct misprint in the sub test_update
This commit is contained in:
parent
b5af8d771e
commit
7526c71840
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…
Add table
Add a link
Reference in a new issue