mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
A fix for Netware.
This commit is contained in:
parent
4b454c6eed
commit
4da513f5e7
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ extern "C" {
|
|||
/* On NetWare, stack grows towards lower address*/
|
||||
#define STACK_DIRECTION -1
|
||||
|
||||
/* On NetWare, to fix the problem with the deletion of open files */
|
||||
#define CANT_DELETE_OPEN_FILES 1
|
||||
|
||||
/* default directory information */
|
||||
#define DEFAULT_MYSQL_HOME "sys:/mysql"
|
||||
#define PACKAGE "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue