summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2006-01-12 17:47:58 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2006-01-12 17:47:58 +0200
commit8c6a32b9979c632243e87eca3fe24b5649099be1 (patch)
treeed99abce17eba845952b63ae907b2af360071ce3 /include
parent4d0fd66bdd1b2cd1de57866b57ebffd52a0b53f4 (diff)
parentaf845f6eff7d04963e01ef474e41bdb5adafd403 (diff)
downloadmariadb-git-8c6a32b9979c632243e87eca3fe24b5649099be1.tar.gz
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.0
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
Diffstat (limited to 'include')
-rw-r--r--include/config-netware.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h
index 74b3c3720e9..503c8bbef67 100644
--- a/include/config-netware.h
+++ b/include/config-netware.h
@@ -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