mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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))))
|
||||
DBUG_RETURN(-1);
|
||||
|
Reference in New Issue
Block a user