summaryrefslogtreecommitdiff
path: root/mysql-test/t/ctype_ucs.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/ctype_ucs.test')
-rw-r--r--mysql-test/t/ctype_ucs.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/ctype_ucs.test b/mysql-test/t/ctype_ucs.test
index bca3a9c3a96..17d9f71e316 100644
--- a/mysql-test/t/ctype_ucs.test
+++ b/mysql-test/t/ctype_ucs.test
@@ -4,6 +4,10 @@
DROP TABLE IF EXISTS t1;
--enable_warnings
+SET @test_character_set= 'ucs2';
+SET @test_collation= 'ucs2_general_ci';
+-- source include/ctype_common.inc
+
SET NAMES latin1;
SET character_set_connection=ucs2;
-- source include/endspace.inc