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:
unknown 2002-10-23 16:06:04 +05:00
parent 867de11ef8
commit efe61a86bf

View File

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