diff options
author | lars@mysql.com <> | 2005-06-07 11:54:31 +0200 |
---|---|---|
committer | lars@mysql.com <> | 2005-06-07 11:54:31 +0200 |
commit | 630dd9a0b7f0cde1546baff90a6cf9f1f71df56a (patch) | |
tree | 33ec155fab9bd26857862b9be25658b95e8608d8 /mysql-test/t/innodb.test | |
parent | fe84398b9f908e39a7c361172037c50b9c22d5c5 (diff) | |
parent | cd2fbb01c490e10073a032271c96dc12eabd634b (diff) | |
download | mariadb-git-630dd9a0b7f0cde1546baff90a6cf9f1f71df56a.tar.gz |
Merge mysql.com:/home/bkroot/mysql-4.1
into mysql.com:/home/bk/b6883-mysql-4.1
Diffstat (limited to 'mysql-test/t/innodb.test')
-rw-r--r-- | mysql-test/t/innodb.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test index 1ce95811fc3..5216c889e59 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -570,7 +570,6 @@ show tables from mysqltest; set autocommit=0; create table t1 (a int not null) engine= innodb; insert into t1 values(1),(2); ---error 1192 truncate table t1; commit; truncate table t1; |