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 6c7a5ca4d13..7e76c09a4f5 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -619,7 +619,8 @@ class select_union;
class Procedure;
class QPF_query;
-void delete_qpf_query(QPF_query * query);
+void delete_qpf_query(LEX *lex);
+void create_qpf_query(LEX *lex, MEM_ROOT *mem_root);
class st_select_lex_unit: public st_select_lex_node {
protected: