diff options
Diffstat (limited to 'mysql-test/t/create.test')
-rw-r--r-- | mysql-test/t/create.test | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/t/create.test b/mysql-test/t/create.test index db73782fdbf..91c22001b6c 100644 --- a/mysql-test/t/create.test +++ b/mysql-test/t/create.test @@ -667,14 +667,6 @@ show create table t1; drop table t1; # -# Bug#17530: Incorrect key truncation on table creation caused server crash. -# -create table t1(f1 varchar(800) binary not null, key(f1)) engine = innodb - character set utf8 collate utf8_general_ci; -insert into t1 values('aaa'); -drop table t1; - -# # Bug#21772: can not name a column 'upgrade' when create a table # create table t1 (upgrade int); |