1
0
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:
bar@bar.intranet.mysql.r18.ru
2004-03-19 10:00:46 +04:00
parent 698217c8d5
commit fc17aad767
17 changed files with 143 additions and 29 deletions

View File

@ -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
};