summaryrefslogtreecommitdiff
path: root/include/m_ctype.h
diff options
context:
space:
mode:
authorNeeraj Bisht <neeraj.x.bisht@oracle.com>2013-01-14 14:59:48 +0530
committerNeeraj Bisht <neeraj.x.bisht@oracle.com>2013-01-14 14:59:48 +0530
commit99645e5be59145bcab2fe36aefde4224e6e69961 (patch)
tree0b998acedd66459a904e80d06ccf91edbeef36ca /include/m_ctype.h
parent54c47527e25f7ebe8c0d995b4a9a1bea901047a9 (diff)
downloadmariadb-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/m_ctype.h')
-rw-r--r--include/m_ctype.h2
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
{