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 | 43dd386df9c1fb7f8ee6d8f0cf59c79fafd0f8a8 (patch) | |
tree | aae9f13343a223b709f1a0aeff52e8c12b8b414c /mysql-test | |
parent | 4b9a7c7c7a47b039d5542b6c2fb009872f78202c (diff) | |
download | mariadb-git-43dd386df9c1fb7f8ee6d8f0cf59c79fafd0f8a8.tar.gz |
Fix innodb.result file (was missing a line)
mysql-test/r/innodb.result:
Update result file
Diffstat (limited to 'mysql-test')
-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 |