mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
test-transactions.sh:
correct misprint in the test_update
This commit is contained in:
parent
4824d6c66c
commit
14d961a033
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