diff options
author | pem@mysql.com <> | 2003-04-03 20:19:17 +0200 |
---|---|---|
committer | pem@mysql.com <> | 2003-04-03 20:19:17 +0200 |
commit | f3049df7c8fe4d49ea19aeb1821beacc264cf66c (patch) | |
tree | 1afb9a732e8ca09878b8e11c0c8141719ef32217 | |
parent | f197b179a5b2f655c7cba715fc5ddbcf0a43ede4 (diff) | |
parent | 53859b6e0ae6f864d370dce36286a6144d96ea00 (diff) | |
download | mariadb-git-f3049df7c8fe4d49ea19aeb1821beacc264cf66c.tar.gz |
Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/pem/work/mysql-4.1
-rw-r--r-- | sql-bench/test-transactions.sh | 2 |
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); |