diff options
author | unknown <joerg@trift2.> | 2006-08-23 12:08:08 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2006-08-23 12:08:08 +0200 |
commit | 79628df018f81c948030da5a54bea5f6ad1d9346 (patch) | |
tree | 41eecff316ab0524f559ca4953e6287252dd9c6b /include | |
parent | 94c044b6233902627b1ebf27bd67106de7c223f7 (diff) | |
download | mariadb-git-79628df018f81c948030da5a54bea5f6ad1d9346.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.
(Packport of: 2006/08/16 19:30:46+03:00 jani@ua141d10.elisa.omakaista.fi )
include/config-netware.h:
Fix for bug#21537, "Error at startup"
These variables must be defined for Netware.
(Backport of: 2006/08/16 19:30:44+03:00 jani@ua141d10.elisa.omakaista.fi +4 -0 )
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" |