summaryrefslogtreecommitdiff
path: root/include/config-netware.h
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2006-01-12 15:10:12 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2006-01-12 15:10:12 +0200
commitaf845f6eff7d04963e01ef474e41bdb5adafd403 (patch)
treedf4234c3a0ca83e32bcec81b0e3a16f40606c301 /include/config-netware.h
parentfd4a04032594cab1dbfd9a0e4e8358898b0d0da2 (diff)
downloadmariadb-git-af845f6eff7d04963e01ef474e41bdb5adafd403.tar.gz
NetWare specific change to increase thread stack size.
Changes to Netware specific mysqld_safe.c
Diffstat (limited to 'include/config-netware.h')
-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 e07e972ba4b..43ee05e39ee 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