mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03: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:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user