mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segfault
post-review fixes * move pcre-specific variable out of mysys * don't use current_thd * move a commonly used macro to my_sys.h * remove new sysvar
This commit is contained in:
parent
602b5e4c49
commit
52aa200919
10 changed files with 24 additions and 46 deletions
|
|
@ -134,7 +134,6 @@ bool check_simple_select();
|
|||
Item *normalize_cond(Item *cond);
|
||||
Item *negate_expression(THD *thd, Item *expr);
|
||||
bool check_stack_overrun(THD *thd, long margin, uchar *dummy);
|
||||
long check_stack_available(long margin, uchar *dummy);
|
||||
|
||||
/* Variables */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue