summaryrefslogtreecommitdiff
path: root/strings/ctype-gb2312.c
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2003-01-31 13:48:35 +0400
committerbar@bar.mysql.r18.ru <>2003-01-31 13:48:35 +0400
commit52c053ca9b3a7a911eb56588335b742c65c56aaf (patch)
tree8e0320352c1ef07c08e1cb4e613ca6f98b21604a /strings/ctype-gb2312.c
parent0a48aeb2c1ba7b885d322dd9641d3f31469972a4 (diff)
downloadmariadb-git-52c053ca9b3a7a911eb56588335b742c65c56aaf.tar.gz
New CHARSET_INFO function to compare strings regardless to trailing spaces
Diffstat (limited to 'strings/ctype-gb2312.c')
-rw-r--r--strings/ctype-gb2312.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-gb2312.c b/strings/ctype-gb2312.c
index c0baca808cb..ff2dcd381c1 100644
--- a/strings/ctype-gb2312.c
+++ b/strings/ctype-gb2312.c
@@ -5704,6 +5704,7 @@ CHARSET_INFO my_charset_gb2312 =
NULL, /* tab_from_uni */
0, /* strxfrm_multiply */
my_strnncoll_simple,/* strnncoll */
+ my_strnncollsp_simple,
my_strnxfrm_simple, /* strnxfrm */
my_like_range_simple,/* like_range */
my_wildcmp_mb, /* wildcmp */