1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

NetWare specific change to increase thread stack size.

Changes to Netware specific mysqld_safe.c
This commit is contained in:
jani@ua141d10.elisa.omakaista.fi
2006-01-12 15:10:12 +02:00
parent fd4a040325
commit af845f6eff
4 changed files with 32 additions and 27 deletions

View File

@@ -92,6 +92,9 @@ extern "C" {
/* On NetWare, stack grows towards lower address*/
#define STACK_DIRECTION -1
/* On NetWare, we need to set stack size for threads, otherwise default 16K is used */
#define NW_THD_STACKSIZE 65536
/* On NetWare, to fix the problem with the deletion of open files */
#define CANT_DELETE_OPEN_FILES 1