summaryrefslogtreecommitdiff
path: root/strings/ctype-czech.c
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-01-31 16:22:22 +0400
committerunknown <bar@bar.mysql.r18.ru>2003-01-31 16:22:22 +0400
commitdf8a7c9bd95173d324db7dbbd83cec48a15e16a1 (patch)
tree930036a1a437c1a917250b7aa25492d61e5a9038 /strings/ctype-czech.c
parent01056712474fe26ef83f2815a13c9d3979494399 (diff)
downloadmariadb-git-df8a7c9bd95173d324db7dbbd83cec48a15e16a1.tar.gz
New functions in CHARSET_INFO structure
Diffstat (limited to 'strings/ctype-czech.c')
-rw-r--r--strings/ctype-czech.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strings/ctype-czech.c b/strings/ctype-czech.c
index 9d6b8fe2131..f42ab66fed9 100644
--- a/strings/ctype-czech.c
+++ b/strings/ctype-czech.c
@@ -628,6 +628,8 @@ CHARSET_INFO my_charset_czech =
NULL, /* ismbchar */
NULL, /* ismbhead */
NULL, /* mbcharlen */
+ my_numchars_8bit,
+ my_charpos_8bit,
my_mb_wc_8bit, /* mb_wc */
my_wc_mb_8bit, /* wc_mb */
my_caseup_str_8bit,