summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2003-07-17 10:21:30 +0500
committerbar@bar.mysql.r18.ru <>2003-07-17 10:21:30 +0500
commitc6ade13d8b5f974f7d64ad9eadf67abd5b22d041 (patch)
treef0bd1cac44a2916a9659f6c34afcdecf6eb8b8c9 /strings
parenta35fff5bc38732d48472a64a4504bcead010a379 (diff)
downloadmariadb-git-c6ade13d8b5f974f7d64ad9eadf67abd5b22d041.tar.gz
ctype-utf8.c:
Stupid bug fix
Diffstat (limited to 'strings')
-rw-r--r--strings/ctype-utf8.c2
1 files changed, 1 insertions, 1 deletions
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
};