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:
@ -33,7 +33,7 @@ bool mysql_do(THD *thd, List<Item> &values)
|
||||
DBUG_RETURN(TRUE);
|
||||
while ((value = li++))
|
||||
(void) value->is_null();
|
||||
free_underlaid_joins(thd, &thd->lex->select_lex);
|
||||
free_underlaid_joins(thd, thd->lex->first_select_lex());
|
||||
|
||||
if (unlikely(thd->is_error()))
|
||||
{
|
||||
|
Reference in New Issue
Block a user