mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Portability fix
(BDB test failed in Intel64) mysql-test/r/bdb.result: Portability fix mysql-test/t/bdb.test: Portability fix
This commit is contained in:
parent
d76d9dcded
commit
37f5c1a82c
2 changed files with 2 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue