1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Correction for the fix of the bug mdev-6874.

This commit is contained in:
Igor Babaev
2014-10-19 09:50:50 -07:00
parent ec89abfef4
commit d24919969a
4 changed files with 5 additions and 7 deletions

View File

@ -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);
};