Commit 642984d4 authored by jimw@mysql.com's avatar jimw@mysql.com

Fix innodb.result file (was missing a line)

parent a910cfd6
...@@ -2846,3 +2846,4 @@ d varchar(255) character set utf8, ...@@ -2846,3 +2846,4 @@ d varchar(255) character set utf8,
e varchar(255) character set utf8, e varchar(255) character set utf8,
key (a,b,c,d,e)) engine=innodb; key (a,b,c,d,e)) engine=innodb;
ERROR 42000: Specified key was too long; max key length is 3072 bytes ERROR 42000: Specified key was too long; max key length is 3072 bytes
End of 5.0 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment