1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Unicode collation algorithm: contraction support.

E.g. 'Ch' is treated as a separate letter in Czech,
not as a combination of C+h.
This commit is contained in:
bar@mysql.com
2004-06-12 20:36:58 +05:00
parent c6344b08ea
commit cbd3e61c8d
17 changed files with 315 additions and 25 deletions

View File

@@ -395,9 +395,10 @@ CHARSET_INFO my_charset_bin =
bin_char_array, /* to_lower */
bin_char_array, /* to_upper */
bin_char_array, /* sort_order */
NULL, /* contractions */
NULL, /* sort_order_big*/
NULL, /* tab_to_uni */
NULL, /* tab_from_uni */
NULL, /* sort_order_big*/
NULL, /* state_map */
NULL, /* ident_map */
1, /* strxfrm_multiply */