summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <ingo@mysql.com>2005-02-11 10:51:17 +0100
committerunknown <ingo@mysql.com>2005-02-11 10:51:17 +0100
commit53596fa16f4387fa6b0101ab18fb9af24d3163b7 (patch)
treeeceaa1954dc31d7348ff142be7d46dd797a1e009 /include
parent4b7e8a8e371c3df5446bc33ff9773cb397cd93fe (diff)
parent8abafe3535367c20c892441b79ea527d099d7186 (diff)
downloadmariadb-git-53596fa16f4387fa6b0101ab18fb9af24d3163b7.tar.gz
Merge mysql.com:/home/mydev/mysql-4.1
into mysql.com:/home/mydev/mysql-4.1-bug8306
Diffstat (limited to 'include')
-rw-r--r--include/my_pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index c4138a47b3c..f8cd3e0de71 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -637,7 +637,7 @@ extern int pthread_dummy(int);
MySQL can survive with 32K, but some glibc libraries require > 128K stack
To resolve hostnames
*/
-#define DEFAULT_THREAD_STACK (192*1024L)
+#define DEFAULT_THREAD_STACK (256*1024L)
#else
#define DEFAULT_THREAD_STACK (192*1024)
#endif