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:
@ -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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user