summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 2bdc35f35cb..c8b4faa47c2 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -758,7 +758,8 @@ typedef struct st_lex
st_lex() :result(0)
{
- bzero((char *)&spfuns, sizeof(spfuns));
+ extern byte *sp_lex_spfuns_key(const byte *ptr, uint *plen, my_bool first);
+ hash_init(&spfuns, system_charset_info, 0, 0, 0, sp_lex_spfuns_key, 0, 0);
}
~st_lex()