diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2006-08-16 19:30:46 +0300 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2006-08-16 19:30:46 +0300 |
commit | f06744cc8ca9f42e71c8050721fabf9e60d37f3e (patch) | |
tree | 5b806949feca956baa85af58383fead7aac8a9e4 /include | |
parent | 75598ef8400a7c693d0fe9546beb66fcd66b44d1 (diff) | |
download | mariadb-git-f06744cc8ca9f42e71c8050721fabf9e60d37f3e.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.
include/config-netware.h:
Fix for bug#21537, "Error at startup"
These variables must be defined for Netware.
Diffstat (limited to 'include')
-rw-r--r-- | include/config-netware.h | 4 |
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" |