summaryrefslogtreecommitdiff
path: root/mysql-test/t/bdb.test
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-11-02 16:28:58 +0200
committerunknown <monty@mysql.com>2005-11-02 16:28:58 +0200
commit37f5c1a82c3dd38492131d78c10615f362a1f136 (patch)
tree7327f62b2afbe25606bb4e6ceb0b3bd8d6129a74 /mysql-test/t/bdb.test
parentd76d9dcdedba9322231b34ccfedee55743992b3a (diff)
downloadmariadb-git-37f5c1a82c3dd38492131d78c10615f362a1f136.tar.gz
Portability fix
(BDB test failed in Intel64) mysql-test/r/bdb.result: Portability fix mysql-test/t/bdb.test: Portability fix
Diffstat (limited to 'mysql-test/t/bdb.test')
-rw-r--r--mysql-test/t/bdb.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/bdb.test b/mysql-test/t/bdb.test
index 3167682f816..97d8f28cd3f 100644
--- a/mysql-test/t/bdb.test
+++ b/mysql-test/t/bdb.test
@@ -962,6 +962,7 @@ source include/varchar.inc;
# Some errors/warnings on create
#
+--replace_result 1024 MAX_KEY_LENGTH 3072 MAX_KEY_LENGTH
create table t1 (v varchar(65530), key(v));
drop table if exists t1;
create table t1 (v varchar(65536));