mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
A fix for Netware.
This commit is contained in:
@ -79,6 +79,9 @@ extern "C" {
|
|||||||
/* On NetWare, stack grows towards lower address*/
|
/* On NetWare, stack grows towards lower address*/
|
||||||
#define STACK_DIRECTION -1
|
#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 */
|
/* default directory information */
|
||||||
#define DEFAULT_MYSQL_HOME "sys:/mysql"
|
#define DEFAULT_MYSQL_HOME "sys:/mysql"
|
||||||
#define PACKAGE "mysql"
|
#define PACKAGE "mysql"
|
||||||
|
Reference in New Issue
Block a user