incorrect assertion removed
This commit is contained in:
parent
b468cd4749
commit
7787835520
@ -1291,7 +1291,6 @@ static bool replace_where_subcondition(JOIN *join, Item **expr,
|
|||||||
}
|
}
|
||||||
else if (item->type() == Item::COND_ITEM)
|
else if (item->type() == Item::COND_ITEM)
|
||||||
{
|
{
|
||||||
DBUG_ASSERT(!do_fix_fields || !(*expr)->fixed);
|
|
||||||
replace_where_subcondition(join, li.ref(),
|
replace_where_subcondition(join, li.ref(),
|
||||||
old_cond, new_cond,
|
old_cond, new_cond,
|
||||||
do_fix_fields);
|
do_fix_fields);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user