Remove an unrelevant assert.

This commit is contained in:
konstantin@mysql.com 2005-06-24 23:29:00 +04:00
parent d725562f79
commit 153861fa50

View file

@ -5912,13 +5912,7 @@ void JOIN::join_free(bool full)
{
JOIN *join= sl->join;
if (join)
{
/* Check that we don't occasionally clean up an uncacheable JOIN */
#if 0
DBUG_ASSERT(! (!select_lex->uncacheable && sl->uncacheable));
#endif
join->join_free(full);
}
}
/*