summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorwalrus@mysql.com <>2003-04-03 21:53:04 +0600
committerwalrus@mysql.com <>2003-04-03 21:53:04 +0600
commit7526c71840f803f4b35230f2945ef5b3788ea689 (patch)
treed33e5ec993f8e34cf9d5a9dcec30c655025dfe35 /sql-bench
parentb5af8d771edccea2335d530a4fd08b45275f744c (diff)
downloadmariadb-git-7526c71840f803f4b35230f2945ef5b3788ea689.tar.gz
test-transactions.sh:
correct misprint in the sub test_update
Diffstat (limited to 'sql-bench')
-rw-r--r--sql-bench/test-transactions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-transactions.sh b/sql-bench/test-transactions.sh
index b081b89fb69..8f92633524f 100644
--- a/sql-bench/test-transactions.sh
+++ b/sql-bench/test-transactions.sh
@@ -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);