diff options
author | Neeraj Bisht <neeraj.x.bisht@oracle.com> | 2013-01-14 16:51:52 +0530 |
---|---|---|
committer | Neeraj Bisht <neeraj.x.bisht@oracle.com> | 2013-01-14 16:51:52 +0530 |
commit | 1a951e716c87b432ff3653e12e5a1a4f933211d0 (patch) | |
tree | 59d42a3d31a24a34b677d3383a42f33feb39b9f5 /include | |
parent | e810f7f4eb3f094d158d902804df5ffb1cc2cc7d (diff) | |
parent | 78664f54a0e49c46428c2b8a121d183e429f5686 (diff) | |
download | mariadb-git-1a951e716c87b432ff3653e12e5a1a4f933211d0.tar.gz |
BUG#14303860 - EXECUTING A SELECT QUERY WITH TOO
MANY WILDCARDS CAUSES A SEGFAULT
Back port from 5.6 and trunk
Diffstat (limited to 'include')
-rw-r--r-- | include/m_ctype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h index ac4b5d14799..e30a2f444dd 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -149,6 +149,8 @@ enum my_lex_states struct charset_info_st; +extern int (*my_string_stack_guard)(int); + /* See strings/CHARSET_INFO.txt for information about this structure */ typedef struct my_collation_handler_st { |