mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
correct support for a mix of UNION/UNION ALL in the same query.
Bug#1428
This commit is contained in:
@ -335,7 +335,7 @@ public:
|
||||
/* fake SELECT_LEX for union processing */
|
||||
st_select_lex *fake_select_lex;
|
||||
|
||||
uint union_option;
|
||||
st_select_lex *union_distinct; /* pointer to the last UNION DISTINCT */
|
||||
|
||||
void init_query();
|
||||
bool create_total_list(THD *thd, st_lex *lex, TABLE_LIST **result);
|
||||
|
Reference in New Issue
Block a user