summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2005-08-09 09:07:12 +0500
committerunknown <bar@mysql.com>2005-08-09 09:07:12 +0500
commitdbfc9b741dd4b5b77a538fa57448b97238580a47 (patch)
tree5cc9964d92034f624ef11a3a7c34945bfe6639d2 /include
parent310bb7e2da86482c5ead49fee19ccb306158a7fb (diff)
parent4112dc21765162ae3dfd356eedf480720eb32904 (diff)
downloadmariadb-git-dbfc9b741dd4b5b77a538fa57448b97238580a47.tar.gz
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/home/bar/mysql-4.1.b5439
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index e56f07a8140..8752aa30772 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -788,6 +788,11 @@ extern my_bool init_compiled_charsets(myf flags);
extern void add_compiled_collation(CHARSET_INFO *cs);
extern ulong escape_string_for_mysql(CHARSET_INFO *charset_info, char *to,
const char *from, ulong length);
+#ifdef __WIN__
+#define BACKSLASH_MBTAIL
+/* File system character set */
+extern CHARSET_INFO *fs_character_set(void);
+#endif
#ifdef __WIN__
extern my_bool have_tcpip; /* Is set if tcpip is used */