diff options
author | Timothy Smith <timothy.smith@sun.com> | 2009-01-13 16:16:03 +0100 |
---|---|---|
committer | Timothy Smith <timothy.smith@sun.com> | 2009-01-13 16:16:03 +0100 |
commit | 8c23b07a9a6489329885b2c57cea5cf6d13ddae3 (patch) | |
tree | 5c9e7caf831db3bd6f1f332ea85b204baf716736 /config/ac-macros | |
parent | 4e550c9d897f403f5f3cc4799aa596f89b2bd229 (diff) | |
download | mariadb-git-8c23b07a9a6489329885b2c57cea5cf6d13ddae3.tar.gz |
Fix Bug#32831: libmysql should be built with all charsets
Add #define HAVE_CHARSET_name in config-win.h for all character sets that MySQL
supports. Add comments to config/ac-macros/character_sets.m4 and config-win.h
so hopefully they will be updated in sync.
Diffstat (limited to 'config/ac-macros')
-rw-r--r-- | config/ac-macros/character_sets.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/ac-macros/character_sets.m4 b/config/ac-macros/character_sets.m4 index a9f7bd73858..24bdd92b083 100644 --- a/config/ac-macros/character_sets.m4 +++ b/config/ac-macros/character_sets.m4 @@ -5,6 +5,9 @@ dnl you must also create strings/ctype-$charset_name.c AC_DIVERT_PUSH(0) +# Any changes to the available character sets must also go into +# include/config-win.h + define(CHARSETS_AVAILABLE0,binary) define(CHARSETS_AVAILABLE1,armscii8 ascii big5 cp1250 cp1251 cp1256 cp1257) define(CHARSETS_AVAILABLE2,cp850 cp852 cp866 cp932 dec8 eucjpms euckr gb2312 gbk geostd8) |