diff options
author | Mats Kindahl <mats.kindahl@oracle.com> | 2010-12-01 23:15:14 +0100 |
---|---|---|
committer | Mats Kindahl <mats.kindahl@oracle.com> | 2010-12-01 23:15:14 +0100 |
commit | 8ea491e7209cfcd6bd1927bfd7f0fe562fe20bde (patch) | |
tree | ab144a9f86544eba0ab643cb71fab11e96ee6246 /include/my_global.h | |
parent | 5dd0cf1c843835d4aae282f311adb97943e9492c (diff) | |
parent | bfb43fb44f070e72ac971c1295bcfe525afa23af (diff) | |
download | mariadb-git-8ea491e7209cfcd6bd1927bfd7f0fe562fe20bde.tar.gz |
Merging patch for BUG#58246 into mysql-5.5-bugteam.
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 8540c3f100e..155450e07de 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -618,6 +618,7 @@ typedef SOCKET_SIZE_TYPE size_socket; #else #define FN_LIBCHAR '/' #define FN_LIBCHAR2 '/' +#define FN_DIRSEP "/" /* Valid directory separators */ #define FN_ROOTDIR "/" #endif |