ctype-utf8.c:

Stupid bug fix


strings/ctype-utf8.c:
  Stupid bug fix
This commit is contained in:
unknown 2003-07-17 10:21:30 +05:00
parent a41a43f99d
commit 35262eebdc

View file

@ -2030,7 +2030,7 @@ CHARSET_INFO my_charset_utf8_bin=
3, /* mbmaxlen */
0,
&my_charset_handler,
&my_collation_ci_handler
&my_collation_bin_handler
};