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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index deb476296fd..b18cff131ca 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -676,6 +676,7 @@ public:
List<Item> *get_unit_column_types();
+ select_union *get_union_result() { return union_result; }
int save_union_explain(Explain_query *output);
int save_union_explain_part2(Explain_query *output);
};