summaryrefslogtreecommitdiff
path: root/include/config-netware.h
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2006-08-16 19:30:46 +0300
committerjani@ua141d10.elisa.omakaista.fi <>2006-08-16 19:30:46 +0300
commit88b91d1e020ec91af90cb82c4f426efc7711c5ed (patch)
tree5b806949feca956baa85af58383fead7aac8a9e4 /include/config-netware.h
parent55165b2f551039013fef67ad69b81f238b52e5f7 (diff)
downloadmariadb-git-88b91d1e020ec91af90cb82c4f426efc7711c5ed.tar.gz
Fix for bug#21537, "Error at startup"
These variables must be defined for Netware, or it fails to recognize hard paths starting from the device.
Diffstat (limited to 'include/config-netware.h')
-rw-r--r--include/config-netware.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h
index 5a8b926a669..a3cd6635bae 100644
--- a/include/config-netware.h
+++ b/include/config-netware.h
@@ -101,6 +101,10 @@ extern "C" {
/* On NetWare, to fix the problem with the deletion of open files */
#define CANT_DELETE_OPEN_FILES 1
+#define FN_LIBCHAR '\\'
+#define FN_ROOTDIR "\\"
+#define FN_DEVCHAR ':'
+
/* default directory information */
#define DEFAULT_MYSQL_HOME "sys:/mysql"
#define PACKAGE "mysql"