mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
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.
This commit is contained in:
parent
75598ef840
commit
f06744cc8c
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue