diff options
author | monty@donna.mysql.com <> | 2001-02-02 03:47:40 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-02-02 03:47:40 +0200 |
commit | 136ddd1f86407fa22b4183ff272f0eea3d6bc66c (patch) | |
tree | 31326d188f8d6cef4e54bfbfe0370352d1f50c3e /sql-bench | |
parent | dec736400a23e883f79cddb84b23f6e2b6832190 (diff) | |
parent | 9d120741d2be8cd86801503d6a26bcdc8d55fb5f (diff) | |
download | mariadb-git-136ddd1f86407fa22b4183ff272f0eea3d6bc66c.tar.gz |
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
Diffstat (limited to 'sql-bench')
-rw-r--r-- | sql-bench/crash-me.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/crash-me.sh b/sql-bench/crash-me.sh index 2ce5c73c9b2..27b908be5aa 100644 --- a/sql-bench/crash-me.sh +++ b/sql-bench/crash-me.sh @@ -329,7 +329,7 @@ $dbh->do("drop table crash_q $drop_attr"); report("truncate","truncate_table", "create table crash_q (a integer, b integer,c1 CHAR(10))", - "truncate crash_q", + "truncate table crash_q", "drop table crash_q $drop_attr"); if ($dbh->do("create table crash_q (a integer, b integer,c1 CHAR(10))") && |