summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorunknown <walrus@mysql.com>2003-04-04 00:19:16 +0600
committerunknown <walrus@mysql.com>2003-04-04 00:19:16 +0600
commitc033b474e1f9adb1c2e875b8329ac95e57bb7972 (patch)
tree7123a0371ab02c0d1c4f2264be80030722162664 /sql-bench
parent5d003684ee3ec8e3264f2dc6c1746f62f853b00c (diff)
parent1350998256a3208c1e783327f80f4db71da75821 (diff)
downloadmariadb-git-c033b474e1f9adb1c2e875b8329ac95e57bb7972.tar.gz
Merge akishkin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/walrus/bk/41
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);