From 37f5c1a82c3dd38492131d78c10615f362a1f136 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Nov 2005 16:28:58 +0200 Subject: Portability fix (BDB test failed in Intel64) mysql-test/r/bdb.result: Portability fix mysql-test/t/bdb.test: Portability fix --- mysql-test/r/bdb.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/bdb.result') diff --git a/mysql-test/r/bdb.result b/mysql-test/r/bdb.result index 530ff6ef59b..5cdf9612300 100644 --- a/mysql-test/r/bdb.result +++ b/mysql-test/r/bdb.result @@ -1870,7 +1870,7 @@ a b drop table t1; create table t1 (v varchar(65530), key(v)); Warnings: -Warning 1071 Specified key was too long; max key length is 1024 bytes +Warning 1071 Specified key was too long; max key length is MAX_KEY_LENGTH bytes drop table if exists t1; create table t1 (v varchar(65536)); Warnings: -- cgit v1.2.1