From fdff49ec0aa1a893bce99b662ca78273073f67d4 Mon Sep 17 00:00:00 2001 From: Guilhem Bichot Date: Mon, 26 Jan 2009 22:19:13 +0100 Subject: In ctype_utf8.test, use a column large enough to provoke a failure in Maria too, not only in MyISAM (this is to ease ./mtr --mysqld=--default-storage-engine=maria) --- mysql-test/t/ctype_utf8.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t') diff --git a/mysql-test/t/ctype_utf8.test b/mysql-test/t/ctype_utf8.test index f0c769251cf..bb64319f1e4 100644 --- a/mysql-test/t/ctype_utf8.test +++ b/mysql-test/t/ctype_utf8.test @@ -164,7 +164,7 @@ drop table t1; # UTF8 breaks primary keys for cols > 333 characters # --error 1071 -create table t1 (a text character set utf8, primary key(a(360))); +create table t1 (a text character set utf8, primary key(a(371))); # -- cgit v1.2.1