Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1954 05/11/10 14:24:54 joerg@stripped +1 -0
Provide a default "minimum thread stack size" PTHREAD_STACK_MIN where it is missing.
(Currently, affects only BSD with Linuxthreads)
server-tools/instance-manager/priv.cc
1.9 05/11/10 14:24:48 joerg@stripped +3 -0
Provide a default "minimum thread stack size" PTHREAD_STACK_MIN where it is missing.
(Currently, affects only BSD with Linuxthreads)
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: joerg
# Host: trift2.
# Root: /M50/clone-5.0
--- 1.8/server-tools/instance-manager/priv.cc 2005-11-02 16:28:48 +01:00
+++ 1.9/server-tools/instance-manager/priv.cc 2005-11-10 14:24:48 +01:00
@@ -76,6 +76,9 @@
int rc= 0;
#ifndef __WIN__
+#ifndef PTHREAD_STACK_MIN
+#define PTHREAD_STACK_MIN 32768
+#endif
/*
Set stack size to be safe on the platforms with too small
default thread stack.
| Thread |
|---|
| • bk commit into 5.0 tree (joerg:1.1954) | Joerg Bruehe | 10 Nov |