mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations
This commit is contained in:
@ -99,7 +99,8 @@ mysql_handle_derived(LEX *lex, uint phases)
|
||||
processed normally.
|
||||
*/
|
||||
if (phases == DT_MERGE_FOR_INSERT &&
|
||||
cursor && cursor->top_table()->select_lex != &lex->select_lex)
|
||||
cursor && (cursor->top_table()->select_lex !=
|
||||
lex->first_select_lex()))
|
||||
continue;
|
||||
for (;
|
||||
cursor && !res;
|
||||
|
Reference in New Issue
Block a user