Commit 153861fa authored by konstantin@mysql.com's avatar konstantin@mysql.com

Remove an unrelevant assert.

parent d725562f
......@@ -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);
}
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment