1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä
2019-05-05 15:03:48 +03:00
125 changed files with 1950 additions and 1736 deletions

View File

@ -968,6 +968,7 @@ public:
bool union_needs_tmp_table();
void set_unique_exclude();
bool check_distinct_in_union();
friend struct LEX;
friend int subselect_union_engine::exec();