Hide Forgot
Description of problem: Reported by user in forum: https://www.redhat.com/openshift/community/forums/express/thread-stack-overrun-error-in-mysql The user is getting this error: #1436 - Thread stack overrun: 11904 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack. My query is: SELECT * FROM (`ext_ppl_view`) WHERE `item_status` NOT IN (0, 1, 3). Thanks to Ram for debugging. Turns out our default thread_stack may be too low for 64-bit env. Should be 256K rather than 128K
Ram fixed in commit 9d1a6dd5.
Verified on ami-b7fe2fde The bug is fixed
Closing verified bugs.