diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2006-01-12 20:28:23 +0200 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2006-01-12 20:28:23 +0200 |
commit | 617585eb332e59b6a42e6dd840b7745af46a5164 (patch) | |
tree | 986db555a436ebf570733597877d21e2ffa95d36 /include/config-netware.h | |
parent | fac966560af7367ffdea20e02fb91ce2db1f17fb (diff) | |
parent | 8c6a32b9979c632243e87eca3fe24b5649099be1 (diff) | |
download | mariadb-git-617585eb332e59b6a42e6dd840b7745af46a5164.tar.gz |
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
Diffstat (limited to 'include/config-netware.h')
-rw-r--r-- | include/config-netware.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h index f517e3c34d3..5a8b926a669 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -95,6 +95,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 |