diff options
author | bar@bar.mysql.r18.ru <> | 2003-01-31 13:48:35 +0400 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-01-31 13:48:35 +0400 |
commit | 52c053ca9b3a7a911eb56588335b742c65c56aaf (patch) | |
tree | 8e0320352c1ef07c08e1cb4e613ca6f98b21604a /strings/ctype-gb2312.c | |
parent | 0a48aeb2c1ba7b885d322dd9641d3f31469972a4 (diff) | |
download | mariadb-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.c | 1 |
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 */ |