summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNeeraj Bisht <neeraj.x.bisht@oracle.com>2013-01-14 16:51:52 +0530
committerNeeraj Bisht <neeraj.x.bisht@oracle.com>2013-01-14 16:51:52 +0530
commit84d798a1d533fb20cdb90dc0bcfae0891873f1bf (patch)
tree59d42a3d31a24a34b677d3383a42f33feb39b9f5 /include
parentfd5380b4964df7e0202bd9b9ac77f6874018e185 (diff)
parent99645e5be59145bcab2fe36aefde4224e6e69961 (diff)
downloadmariadb-git-84d798a1d533fb20cdb90dc0bcfae0891873f1bf.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.h2
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
{