mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Preparation for user-defined Unicode collations:
weights data now comes from a static variables but from the charset structure.
This commit is contained in:
@ -2090,6 +2090,7 @@ CHARSET_INFO my_charset_utf8_general_ci=
|
||||
to_upper_utf8, /* sort_order */
|
||||
NULL, /* tab_to_uni */
|
||||
NULL, /* tab_from_uni */
|
||||
NULL, /* sort_order_big*/
|
||||
"",
|
||||
"",
|
||||
1, /* strxfrm_multiply */
|
||||
@ -2115,6 +2116,7 @@ CHARSET_INFO my_charset_utf8_bin=
|
||||
to_upper_utf8, /* sort_order */
|
||||
NULL, /* tab_to_uni */
|
||||
NULL, /* tab_from_uni */
|
||||
NULL, /* sort_order_big*/
|
||||
"",
|
||||
"",
|
||||
1, /* strxfrm_multiply */
|
||||
|
Reference in New Issue
Block a user