mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
ctype-bin.c:
max_sort_char is 255 for binary strings/ctype-bin.c: max_sort_char is 255 for binary
This commit is contained in:
@ -177,6 +177,6 @@ CHARSET_INFO my_charset_bin =
|
||||
my_strncasecmp_bin, /* strncasecmp */
|
||||
my_hash_caseup_bin, /* hash_caseup */
|
||||
my_hash_sort_bin, /* hash_sort */
|
||||
0 /* max_sort_char */
|
||||
255 /* max_sort_char */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user