summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorunknown <walrus@mysql.com>2003-04-04 00:19:17 +0600
committerunknown <walrus@mysql.com>2003-04-04 00:19:17 +0600
commita3e8727c626f652d99bf06b395e00e69be641021 (patch)
tree65f867b8c45e82dcc5f7db9aca6277886d3f66ee /sql-bench
parent3db98abc4903d08ee3f693d330909e1c8a983a35 (diff)
parentaa588247c6fdeea329e72fc8b62563bab8707f76 (diff)
downloadmariadb-git-a3e8727c626f652d99bf06b395e00e69be641021.tar.gz
Merge akishkin@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/walrus/bk/40
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);