diff options
Diffstat (limited to 'mysql-test/t/create.test')
-rw-r--r-- | mysql-test/t/create.test | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/t/create.test b/mysql-test/t/create.test index e4a7d1cd9af..b4ba3878580 100644 --- a/mysql-test/t/create.test +++ b/mysql-test/t/create.test @@ -670,13 +670,6 @@ alter table t1 max_rows=100000000000; 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; # End of 5.0 tests |