![]() |
MySQL 8.0.33
Source Code Documentation
|
Go to the source code of this file.
Functions | |
bool | check_stack_overrun (const THD *thd, long margin, unsigned char *dummy) |
Check stack for a overrun. More... | |
bool check_stack_overrun | ( | const THD * | thd, |
long | margin, | ||
unsigned char * | buf | ||
) |
Check stack for a overrun.
thd | Thread handler. |
margin | Minimal acceptable unused space in the stack. |
buf | See a note below. |