Bug #6226 | Unable to start server | ||
---|---|---|---|
Submitted: | 23 Oct 2004 4:40 | Modified: | 20 Jan 2005 18:32 |
Reporter: | Jack Ling | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.21 | OS: | Linux (Fedora Core 2) |
Assigned to: | Jim Winstead | CPU Architecture: | Any |
[23 Oct 2004 4:40]
Jack Ling
[23 Oct 2004 5:54]
Hartmut Holzgraefe
It is ok to ignore this warning. The default value of 196KB is needed for our dynamic builds only as some glibc versions need that much stack space for some calls. For our static builds we use a glibc version that works fine with 128KB of thread stack and is limited to that size but for some reason the default is still set to 196KB.
[5 Jan 2005 18:20]
Jim Winstead
The default thread stack size can now be specified during compilation with -DDEFAULT_THREAD_STACK, and our official builds will use this to avoid this warning.
[20 Jan 2005 18:32]
Paul DuBois
Mentioned in 4.0.24 change notes.