diff options
author | joerg@mysql.com <> | 2005-04-08 13:56:48 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2005-04-08 13:56:48 +0200 |
commit | 6bd1bea723e77a98512c9d46e3170ed4477d790c (patch) | |
tree | df8ad7b8e3c1738beeeff583617e6785687bfc00 /strings | |
parent | 09b3d3e2247d00770d0894c9eae98b3f2a51e34c (diff) | |
download | mariadb-git-6bd1bea723e77a98512c9d46e3170ed4477d790c.tar.gz |
Add missing parts for the "Cybozu" custom build, to avoid future manual patches.
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 |