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 5ca357efe90..6e7eb0ea06f 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -489,8 +489,8 @@ DROP TABLE t1; # # Test prefix key # ---error 1089 create table t1 (a char(20), unique (a(5))) type=innodb; +drop table t1; create table t1 (a char(20), index (a(5))) type=innodb; show create table t1; drop table t1; |