summaryrefslogtreecommitdiff
path: root/strings/ctype-win1250ch.c
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-06-11 16:29:16 +0500
committerunknown <bar@mysql.com>2004-06-11 16:29:16 +0500
commit5275eb21c25eef0c5b799315da10f26b779fbfe9 (patch)
tree72245220b637b8d5caf3b8267ea6801af59f0bc7 /strings/ctype-win1250ch.c
parent4047b5ade3b02d73c60eac7ddae7e5e928de7fd3 (diff)
downloadmariadb-git-5275eb21c25eef0c5b799315da10f26b779fbfe9.tar.gz
Allocate memory when a character set is requested:
- For simple character sets: from_uni convertion table. - For UCA: alternative weight arrays. Use mbminlen instead of MY_CS_NONTEXT
Diffstat (limited to 'strings/ctype-win1250ch.c')
-rw-r--r--strings/ctype-win1250ch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-win1250ch.c b/strings/ctype-win1250ch.c
index 670318a082e..a2c5768b16c 100644
--- a/strings/ctype-win1250ch.c
+++ b/strings/ctype-win1250ch.c
@@ -605,6 +605,7 @@ my_like_range_win1250ch(CHARSET_INFO *cs __attribute__((unused)),
static MY_COLLATION_HANDLER my_collation_czech_ci_handler =
{
+ NULL, /* init */
my_strnncoll_win1250ch,
my_strnncollsp_win1250ch,
my_strnxfrm_win1250ch,