31
31
Check stack size; Send error if there isn't enough stack to continue
32
32
****************************************************************************/
33
33
#if defined(STACK_DIRECTION) && (STACK_DIRECTION < 0)
48
39
extern size_t my_thread_stack_size;
50
41
bool check_stack_overrun(Session *session, long margin, void *)