test-transactions.sh:
correct misprint in the test_update sql-bench/test-transactions.sh: correct misprint in the test_update
This commit is contained in:
parent
3258bb7248
commit
aa588247c6
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user