diff options
author | Neeraj Bisht <neeraj.x.bisht@oracle.com> | 2013-01-14 14:59:48 +0530 |
---|---|---|
committer | Neeraj Bisht <neeraj.x.bisht@oracle.com> | 2013-01-14 14:59:48 +0530 |
commit | 99645e5be59145bcab2fe36aefde4224e6e69961 (patch) | |
tree | 0b998acedd66459a904e80d06ccf91edbeef36ca /include | |
parent | 54c47527e25f7ebe8c0d995b4a9a1bea901047a9 (diff) | |
download | mariadb-git-99645e5be59145bcab2fe36aefde4224e6e69961.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 d58081ec19e..b36fdbe6d68 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -132,6 +132,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 { |