summaryrefslogtreecommitdiff
path: root/include/my_sys.h
diff options
context:
space:
mode:
authorunknown <miguel@hegel.local>2003-07-23 21:57:44 -0400
committerunknown <miguel@hegel.local>2003-07-23 21:57:44 -0400
commitce977ef5b4bbec2169b6d7578ff6c1042190e7ae (patch)
tree7656dbd6deb4d924409536891bd3072e4cdd93a3 /include/my_sys.h
parent67be5937591b2e1ecbebec6ff1c88ac8d720b163 (diff)
downloadmariadb-git-ce977ef5b4bbec2169b6d7578ff6c1042190e7ae.tar.gz
Fix for service issue with paths having spaces (bug #687)
Diffstat (limited to 'include/my_sys.h')
-rw-r--r--include/my_sys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 7f8b8a80a1c..acce118c7b8 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -100,6 +100,7 @@ extern int NEAR my_errno; /* Last error in mysys */
#define MY_RETURN_REAL_PATH 32 /* return full path for file */
#define MY_SAFE_PATH 64 /* Return NULL if too long path */
#define MY_RELATIVE_PATH 128 /* name is relative to 'dir' */
+#define MY_QUOTE_SPACES 256 /* quote when the path has spaces */
/* My seek flags */
#define MY_SEEK_SET 0