mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
min_sort_char was added, for the future UCA implementation.
UCS2 now has its own my_like_range function.
This commit is contained in:
@ -388,7 +388,8 @@ CHARSET_INFO my_charset_bin =
|
||||
1, /* strxfrm_multiply */
|
||||
1, /* mbminlen */
|
||||
1, /* mbmaxlen */
|
||||
(char) 255, /* max_sort_char */
|
||||
0, /* min_sort_char */
|
||||
255, /* max_sort_char */
|
||||
&my_charset_handler,
|
||||
&my_collation_8bit_bin_handler
|
||||
};
|
||||
|
Reference in New Issue
Block a user