mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Remove an unrelevant assert.
This commit is contained in:
parent
d725562f79
commit
153861fa50
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue