diff options
author | unknown <jimw@mysql.com> | 2005-12-06 18:18:35 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-12-06 18:18:35 -0800 |
commit | 5b53dcc90a5ee708da6ebcd61d2bcdd126b04f5a (patch) | |
tree | aae9f13343a223b709f1a0aeff52e8c12b8b414c /mysql-test/r/innodb.result | |
parent | fbbd2cd57e9f0d576e5b7dedbdf416db8d8fa729 (diff) | |
download | mariadb-git-5b53dcc90a5ee708da6ebcd61d2bcdd126b04f5a.tar.gz |
Fix innodb.result file (was missing a line)
mysql-test/r/innodb.result:
Update result file
Diffstat (limited to 'mysql-test/r/innodb.result')
-rw-r--r-- | mysql-test/r/innodb.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index 8a01d394e78..0e0e6a20770 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -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 |