diff options
author | joerg@mysql.com <> | 2005-04-08 16:04:37 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2005-04-08 16:04:37 +0200 |
commit | 55ee7b9253a7f0f613c720b08787040707705712 (patch) | |
tree | 53311edd4390ad48af25cb5b800ef859724f131a /strings | |
parent | 3f6cdec78834c0d9b49d2cb7bcae1de0b656d5a9 (diff) | |
parent | 6bd1bea723e77a98512c9d46e3170ed4477d790c (diff) | |
download | mariadb-git-55ee7b9253a7f0f613c720b08787040707705712.tar.gz |
Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/clone-4.1.11
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 83725878a50..230b44796e8 100644 --- a/strings/ctype-utf8.c +++ b/strings/ctype-utf8.c @@ -2375,7 +2375,7 @@ CHARSET_INFO my_charset_utf8_bin= &my_collation_mb_bin_handler }; -#ifdef HAVE_CYBOZU_COLLATION +#ifdef HAVE_UTF8_GENERAL_CS /* * These functions bacically do the same as their original, except |