summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjoerg@trift-lap.fambruehe <>2005-12-15 12:10:00 +0100
committerjoerg@trift-lap.fambruehe <>2005-12-15 12:10:00 +0100
commit0aaec937819441fb3232e29693d99f744a38badc (patch)
treeec3bbbd46313f26a05e457920b0679f96d23b1d6 /include
parent9ca31046c7e901c2ba2a3ee79dc5bf8dce5a162a (diff)
parent7fe1a4038c7d6bb4f0c126f6ad27095b17e72d02 (diff)
downloadmariadb-git-0aaec937819441fb3232e29693d99f744a38badc.tar.gz
Merge joerg@trift2:/M50/part3-kent-joerg
into trift-lap.fambruehe:/MySQL/M51/merge-5.1
Diffstat (limited to 'include')
-rw-r--r--include/my_pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index 6f60a6df2c1..202e047dc4e 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -643,10 +643,10 @@ extern int pthread_dummy(int);
#define THREAD_NAME_SIZE 10
#ifndef DEFAULT_THREAD_STACK
-#if defined(__ia64__)
+#if SIZEOF_CHARP > 4
/*
MySQL can survive with 32K, but some glibc libraries require > 128K stack
- To resolve hostnames
+ To resolve hostnames. Also recursive stored procedures needs stack.
*/
#define DEFAULT_THREAD_STACK (256*1024L)
#else