mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -27416,7 +27416,7 @@ bool mysql_explain_union(THD *thd, SELECT_LEX_UNIT *unit, select_result *result)
|
||||
sl->options|= SELECT_DESCRIBE;
|
||||
}
|
||||
|
||||
if (unit->is_unit_op())
|
||||
if (unit->is_unit_op() || unit->fake_select_lex)
|
||||
{
|
||||
if (unit->union_needs_tmp_table() && unit->fake_select_lex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user