diff options
author | unknown <joerg@mysql.com> | 2005-04-11 11:12:08 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-04-11 11:12:08 +0200 |
commit | 4eb5f10631806e43a08d210f079e6853435c182c (patch) | |
tree | 660a83e8cba3eb2724bc1a64b3460228473cf709 /strings | |
parent | b83314e3d583f5ab884c64404679eaa81aeec24c (diff) | |
parent | e1efe797311d05fd6360029bf3c22b47835601be (diff) | |
download | mariadb-git-4eb5f10631806e43a08d210f079e6853435c182c.tar.gz |
Proper handling of "utf8-general-cs" clollation: Missing parts in configuration.
configure.in:
No change here - functionality was moved to 'config/ac-macros/character_sets.m4'
mysys/charset-def.c:
Auto-merged.
strings/ctype-utf8.c:
Auto-merged.
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 e8b7a5e9e81..14b3934e815 100644 --- a/strings/ctype-utf8.c +++ b/strings/ctype-utf8.c @@ -2405,7 +2405,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 |