diff options
author | bar@bar.mysql.r18.ru <> | 2003-07-17 10:21:30 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-07-17 10:21:30 +0500 |
commit | c6ade13d8b5f974f7d64ad9eadf67abd5b22d041 (patch) | |
tree | f0bd1cac44a2916a9659f6c34afcdecf6eb8b8c9 /strings | |
parent | a35fff5bc38732d48472a64a4504bcead010a379 (diff) | |
download | mariadb-git-c6ade13d8b5f974f7d64ad9eadf67abd5b22d041.tar.gz |
ctype-utf8.c:
Stupid bug fix
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-utf8.c | 2 |
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 }; |