summaryrefslogtreecommitdiff
path: root/include
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
commit78664f54a0e49c46428c2b8a121d183e429f5686 (patch)
tree0b998acedd66459a904e80d06ccf91edbeef36ca /include
parente47f3943f9f042040b028246a2d1d063e0473e79 (diff)
downloadmariadb-git-78664f54a0e49c46428c2b8a121d183e429f5686.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 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
{