diff options
author | Mats Kindahl <mats.kindahl@oracle.com> | 2010-12-02 09:18:47 +0100 |
---|---|---|
committer | Mats Kindahl <mats.kindahl@oracle.com> | 2010-12-02 09:18:47 +0100 |
commit | 2bd4a70833c29fe02f46f7bf08bac0806e4525d0 (patch) | |
tree | e80f62e0fa93db4031692da37ec7732458d5874f /include/my_global.h | |
parent | 517f31486e0b2582ccbc767995d8227e56416fd5 (diff) | |
download | mariadb-git-2bd4a70833c29fe02f46f7bf08bac0806e4525d0.tar.gz |
Bug #58246: INSTALL PLUGIN not secure & crashable
Adding symbol FN_DIRSEP to Windows as well.
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h index 155450e07de..a411ab8a118 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -611,6 +611,7 @@ typedef SOCKET_SIZE_TYPE size_socket; #ifdef _WIN32 #define FN_LIBCHAR '\\' #define FN_LIBCHAR2 '/' +#define FN_DIRSEP "/\\" /* Valid directory separators */ #define FN_ROOTDIR "\\" #define FN_DEVCHAR ':' #define FN_NETWORK_DRIVES /* Uses \\ to indicate network drives */ |