summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorunknown <walrus@mysql.com>2003-04-03 21:51:14 +0600
committerunknown <walrus@mysql.com>2003-04-03 21:51:14 +0600
commitaa588247c6fdeea329e72fc8b62563bab8707f76 (patch)
treeb87c18181e55ae9cff1c1bb48abdb8d912a9105b /sql-bench
parent3258bb7248c11d319469a37d2e589b79302d424e (diff)
downloadmariadb-git-aa588247c6fdeea329e72fc8b62563bab8707f76.tar.gz
test-transactions.sh:
correct misprint in the test_update sql-bench/test-transactions.sh: correct misprint in the 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);