From bf45b6ba8477a9a910ec530c126569c208d5c0a1 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 22 Jul 2005 21:06:02 +0500 Subject: ctype-gbk.c: Bug #11987 mysql will truncate the text when the text contain GBK char:"0xA3A0" and "0xA1" Allow to store and retrieve even unassigned GBK codes. Like we did in Big5 earlier. have_gbk.inc, have_gbk.require, ctype_gbk.result, ctype_gbk.test: new file strings/ctype-gbk.c: Bug #11987 mysql will truncate the text when the text contain GBK char:"0xA3A0" and "0xA1" Allow to store and retrieve even unassigned GBK codes. Like we did in Big5 earlier. --- mysql-test/include/have_gbk.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mysql-test/include/have_gbk.inc (limited to 'mysql-test/include/have_gbk.inc') diff --git a/mysql-test/include/have_gbk.inc b/mysql-test/include/have_gbk.inc new file mode 100644 index 00000000000..55805da0495 --- /dev/null +++ b/mysql-test/include/have_gbk.inc @@ -0,0 +1,4 @@ +-- require r/have_gbk.require +disable_query_log; +show collation like "gbk_chinese_ci"; +enable_query_log; -- cgit v1.2.1