From 35262eebdce3f0870e66ab4ad5b8ec66429738e4 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 17 Jul 2003 10:21:30 +0500 Subject: [PATCH] ctype-utf8.c: Stupid bug fix strings/ctype-utf8.c: Stupid bug fix --- strings/ctype-utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings/ctype-utf8.c b/strings/ctype-utf8.c index f5da95571c4..1982b9e3ba8 100644 --- a/strings/ctype-utf8.c +++ b/strings/ctype-utf8.c @@ -2030,7 +2030,7 @@ CHARSET_INFO my_charset_utf8_bin= 3, /* mbmaxlen */ 0, &my_charset_handler, - &my_collation_ci_handler + &my_collation_bin_handler };