diff options
author | lars@mysql.com <> | 2005-06-07 12:30:32 +0200 |
---|---|---|
committer | lars@mysql.com <> | 2005-06-07 12:30:32 +0200 |
commit | 96b0f03f78203d0daec2f0d00254ecb9ee68e210 (patch) | |
tree | abc33a20278d39f313adf99839812c3eb94ed0c2 /mysql-test/t/innodb.test | |
parent | ac76e6db6a89a5cad767bd1e2c6a39df82790ee6 (diff) | |
parent | 630dd9a0b7f0cde1546baff90a6cf9f1f71df56a (diff) | |
download | mariadb-git-96b0f03f78203d0daec2f0d00254ecb9ee68e210.tar.gz |
Merge b6883-mysql-4.1 -> 5.0
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 e2d098618f5..465a8ad6114 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -596,7 +596,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; |