summaryrefslogtreecommitdiff
path: root/mysql-test/t/create.test
diff options
context:
space:
mode:
authorunknown <anozdrin/alik@quad.>2008-02-08 20:06:05 +0300
committerunknown <anozdrin/alik@quad.>2008-02-08 20:06:05 +0300
commitd84f322a978831f015d325ea2df8207ed7e8e6d2 (patch)
treec96ac08761eb69141d2b5b6f8eec0db1561ebf1a /mysql-test/t/create.test
parent13e44e30eb4fa588687ae4cc07e675aad08fd2ca (diff)
downloadmariadb-git-d84f322a978831f015d325ea2df8207ed7e8e6d2.tar.gz
Fix create.test: use latin1 instead ucs2.
Diffstat (limited to 'mysql-test/t/create.test')
-rw-r--r--mysql-test/t/create.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/create.test b/mysql-test/t/create.test
index 1fc61010b8b..09170cbc4f5 100644
--- a/mysql-test/t/create.test
+++ b/mysql-test/t/create.test
@@ -1363,7 +1363,7 @@ CREATE TABLE t1(
c4 VARCHAR(255) CHARACTER SET utf8 NOT NULL DEFAULT 'a',
c5 VARCHAR(255) COLLATE utf8_unicode_ci NULL DEFAULT 'b',
c6 VARCHAR(255))
- COLLATE ucs2_unicode_ci;
+ COLLATE latin1_bin;
--echo