1
0
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:
unknown
2004-05-14 13:28:20 +03:00
parent 1a4f499ca8
commit 213392db2d

View File

@ -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);