diff options
Diffstat (limited to 'mysql-test/suite/maria/maria3.test')
-rw-r--r-- | mysql-test/suite/maria/maria3.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/maria/maria3.test b/mysql-test/suite/maria/maria3.test index bf533228300..d8f0721cd9a 100644 --- a/mysql-test/suite/maria/maria3.test +++ b/mysql-test/suite/maria/maria3.test @@ -22,7 +22,7 @@ create table t1 (a int not null, key `a` (a) key_block_size=512); show create table t1; drop table t1; -create table t1 (a varchar(2048), key `a` (a) key_block_size=1000000000000000000); +create table t1 (a varchar(4096), key `a` (a) key_block_size=1000000000000000000); show create table t1; drop table t1; |