diff options
Diffstat (limited to 'mysql-test/t/innodb.test')
-rw-r--r-- | mysql-test/t/innodb.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test index 91a2b5b0e54..057d326eb52 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -1291,8 +1291,8 @@ show variables like "innodb_thread_sleep_delay"; #eval set storage_engine=$default; # InnoDB specific varchar tests ---error 1074 create table t1 (v varchar(16384)) engine=innodb; +drop table t1; # The following should be moved to type_bit.test when innodb will support it --error 1178 |