reverting a change

This commit is contained in:
unknown 2002-11-22 13:47:01 +02:00
parent a3a99fc7ca
commit 89083f2d6d

View file

@ -1024,7 +1024,7 @@ get_mm_leaf(PARAM *param, Field *field, KEY_PART *key_part,
field->cmp_type() != value->result_type())
DBUG_RETURN(0);
if (value->save_in_field(field) || value->is_null())
if (value->save_in_field(field))
{
// TODO; Check if we can we remove the following block.
if (type == Item_func::EQUAL_FUNC)