Commit efe61a86 authored by unknown's avatar unknown

ctype-bin.c:

  max_sort_char is 255 for binary


strings/ctype-bin.c:
  max_sort_char is 255 for binary
parent 867de11e
...@@ -177,6 +177,6 @@ CHARSET_INFO my_charset_bin = ...@@ -177,6 +177,6 @@ CHARSET_INFO my_charset_bin =
my_strncasecmp_bin, /* strncasecmp */ my_strncasecmp_bin, /* strncasecmp */
my_hash_caseup_bin, /* hash_caseup */ my_hash_caseup_bin, /* hash_caseup */
my_hash_sort_bin, /* hash_sort */ my_hash_sort_bin, /* hash_sort */
0 /* max_sort_char */ 255 /* max_sort_char */
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment