diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2017-04-18 17:20:34 +1000 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-05-15 22:23:10 +0200 |
commit | 602b5e4c498ad2e2d045adfa4fd1478ac437582a (patch) | |
tree | 3e91ba4fab05d00c207adcebe1df68de661d3c63 /include/my_sys.h | |
parent | b30311e52a614a199e54767bb77d0419ad2d49c1 (diff) | |
download | mariadb-git-602b5e4c498ad2e2d045adfa4fd1478ac437582a.tar.gz |
WIP: global readonly variable pcre_frame_size
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 5b0a11408a4..395d0956430 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -227,6 +227,9 @@ extern void (*fatal_error_handler_hook)(uint my_err, const char *str, myf MyFlags); extern uint my_file_limit; extern ulonglong my_thread_stack_size; +#ifndef EMBEDDED_LIBRARY +extern ulonglong my_pcre_frame_size; +#endif extern int sf_leaking_memory; /* set to 1 to disable memleak detection */ extern void (*proc_info_hook)(void *, const PSI_stage_info *, PSI_stage_info *, |