Fix innodb.result file (was missing a line)

mysql-test/r/innodb.result:
  Update result file
This commit is contained in:
unknown 2005-12-06 18:18:35 -08:00
parent 4b9a7c7c7a
commit 43dd386df9

View file

@ -2846,3 +2846,4 @@ d varchar(255) character set utf8,
e varchar(255) character set utf8,
key (a,b,c,d,e)) engine=innodb;
ERROR 42000: Specified key was too long; max key length is 3072 bytes
End of 5.0 tests