incorrect assertion removed

This commit is contained in:
unknown 2013-11-13 15:22:57 +02:00
parent b468cd4749
commit 7787835520

View File

@ -1291,7 +1291,6 @@ static bool replace_where_subcondition(JOIN *join, Item **expr,
}
else if (item->type() == Item::COND_ITEM)
{
DBUG_ASSERT(!do_fix_fields || !(*expr)->fixed);
replace_where_subcondition(join, li.ref(),
old_cond, new_cond,
do_fix_fields);