1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

WIP: global readonly variable pcre_frame_size

This commit is contained in:
Daniel Black
2017-04-18 17:20:34 +10:00
committed by Sergei Golubchik
parent b30311e52a
commit 602b5e4c49
7 changed files with 33 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ 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 */