diff options
author | unknown <bar@mysql.com> | 2005-07-22 21:06:02 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2005-07-22 21:06:02 +0500 |
commit | bf45b6ba8477a9a910ec530c126569c208d5c0a1 (patch) | |
tree | aacef1124ec67f869a024b22366f1891b9e2ce88 /mysql-test/include/have_gbk.inc | |
parent | a68a2da0e762ff5bfac1075a52b63b2bbced2b04 (diff) | |
download | mariadb-git-bf45b6ba8477a9a910ec530c126569c208d5c0a1.tar.gz |
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.
Diffstat (limited to 'mysql-test/include/have_gbk.inc')
-rw-r--r-- | mysql-test/include/have_gbk.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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; |