summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2014-10-19 09:50:50 -0700
committerIgor Babaev <igor@askmonty.org>2014-10-19 09:50:50 -0700
commitd24919969a4dcebf5bd206ee2678d23c72ca726a (patch)
tree7c7e150fa0b14d38ce7ab0377a510f7381e46825 /sql/sql_lex.h
parentec89abfef4d0ceef06e4037e8fa1a3cdad7ca18d (diff)
downloadmariadb-git-d24919969a4dcebf5bd206ee2678d23c72ca726a.tar.gz
Correction for the fix of the bug mdev-6874.
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);
};