mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.11' into 11.0
This commit is contained in:
@@ -30484,7 +30484,6 @@ static void select_describe(JOIN *join, bool need_tmp_table, bool need_order,
|
||||
bool distinct,const char *message)
|
||||
{
|
||||
THD *thd=join->thd;
|
||||
select_result *result=join->result;
|
||||
DBUG_ENTER("select_describe");
|
||||
|
||||
if (join->select_lex->pushdown_select)
|
||||
@@ -30519,7 +30518,7 @@ static void select_describe(JOIN *join, bool need_tmp_table, bool need_order,
|
||||
|
||||
if (unit->explainable())
|
||||
{
|
||||
if (mysql_explain_union(thd, unit, result))
|
||||
if (mysql_explain_union(thd, unit, unit->result))
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user