diff options
author | Igor Babaev <igor@askmonty.org> | 2014-10-19 09:50:50 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2014-10-19 09:50:50 -0700 |
commit | d24919969a4dcebf5bd206ee2678d23c72ca726a (patch) | |
tree | 7c7e150fa0b14d38ce7ab0377a510f7381e46825 /sql/sql_lex.h | |
parent | ec89abfef4d0ceef06e4037e8fa1a3cdad7ca18d (diff) | |
download | mariadb-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.h | 1 |
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); }; |