mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
UNCACHEABLE_EXPLAIN is enough
This commit is contained in:
@ -991,7 +991,7 @@ JOIN::optimize()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (select_lex->master_unit()->uncacheable || thd->lex->describe)
|
if (select_lex->master_unit()->uncacheable)
|
||||||
{
|
{
|
||||||
if (!(tmp_join= (JOIN*)thd->alloc(sizeof(JOIN))))
|
if (!(tmp_join= (JOIN*)thd->alloc(sizeof(JOIN))))
|
||||||
DBUG_RETURN(-1);
|
DBUG_RETURN(-1);
|
||||||
|
Reference in New Issue
Block a user