diff options
author | lenz@mysql.com <> | 2005-05-26 11:43:47 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-05-26 11:43:47 +0200 |
commit | c58535f6d3891bdac6d8cabb9c67a586f24265d9 (patch) | |
tree | 1053945981e5b0eacb2a44cba72cba8006d4b115 /include | |
parent | 6d5d6c9257275eb652b3d8df3b6ba2ce64f16281 (diff) | |
parent | 89e4e756c82f44fc03a3f649a60461779f1ed2fb (diff) | |
download | mariadb-git-c58535f6d3891bdac6d8cabb9c67a586f24265d9.tar.gz |
- merged the 4.1.12a Changes back into the main tree
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 b3865c1fda7..86704c4740b 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -393,6 +393,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_euckr 1 #define HAVE_CHARSET_gb2312 1 |