diff options
author | Sergei Golubchik <serg@mysql.com> | 2009-02-10 19:49:36 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2009-02-10 19:49:36 +0100 |
commit | 3550ecb5ccb9b2dbfa012eef445a0de5fc36e40f (patch) | |
tree | b09bcfc0e694303e26e524f6e9985b42de7fe1a3 /mysql-test/t | |
parent | 2753891951f605e2b9d08860098aa0f8651087ec (diff) | |
parent | 3d345b748687870a703885d39f0d80ac12e2a9fa (diff) | |
download | mariadb-git-3550ecb5ccb9b2dbfa012eef445a0de5fc36e40f.tar.gz |
merged
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/ctype_utf8.test | 2 |
1 files changed, 1 insertions, 1 deletions
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))); # |