diff options
author | serg@serg.mylan <> | 2005-06-02 11:02:01 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2005-06-02 11:02:01 +0200 |
commit | f3a95357fee6ea79ba8e9ddbed6828626e4babde (patch) | |
tree | 894bed97780b570f3b1b5715c9b7d20c2a80405d /include | |
parent | 0c69fe842847c08927cb3bb8631fc84b84bb22b9 (diff) | |
parent | d11ba2ca042625d5235878b71553b7b2b5d93976 (diff) | |
download | mariadb-git-f3a95357fee6ea79ba8e9ddbed6828626e4babde.tar.gz |
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
Diffstat (limited to 'include')
-rw-r--r-- | include/config-win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index a4f81a0ec6a..bc14d3d3e53 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -399,6 +399,7 @@ inline double ulonglong2double(ulonglong value) /* #undef HAVE_CHARSET_cp850 */ /* #undef HAVE_CHARSET_cp852 */ /* #undef HAVE_CHARSET_cp866 */ +#define HAVE_CHARSET_cp932 1 /* #undef HAVE_CHARSET_dec8 */ #define HAVE_CHARSET_eucjpms 1 #define HAVE_CHARSET_euckr 1 |