summaryrefslogtreecommitdiff
path: root/strings/ctype-czech.c
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-06-12 20:36:58 +0500
committerunknown <bar@mysql.com>2004-06-12 20:36:58 +0500
commitf573ee08871ce04d43d7e309e3f3d5e540dd59a1 (patch)
tree2effa345d520890cd93cba2f06b5beae65ae07c2 /strings/ctype-czech.c
parenta86e6f1788f95146e1bdb236d6d3b9ece7827ce5 (diff)
downloadmariadb-git-f573ee08871ce04d43d7e309e3f3d5e540dd59a1.tar.gz
Unicode collation algorithm: contraction support.
E.g. 'Ch' is treated as a separate letter in Czech, not as a combination of C+h.
Diffstat (limited to 'strings/ctype-czech.c')
-rw-r--r--strings/ctype-czech.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-czech.c b/strings/ctype-czech.c
index 08677d737ec..6f9e9f74d35 100644
--- a/strings/ctype-czech.c
+++ b/strings/ctype-czech.c
@@ -599,6 +599,7 @@ CHARSET_INFO my_charset_latin2_czech_ci =
to_lower_czech,
to_upper_czech,
sort_order_czech,
+ NULL, /* contractions */
NULL, /* sort_order_big*/
tab_8859_2_uni, /* tab_to_uni */
idx_uni_8859_2, /* tab_from_uni */