After merge fix.

This commit is contained in:
unknown 2006-07-06 20:12:33 +02:00
commit 51a89229d6

View file

@ -1456,7 +1456,7 @@ int open_table_from_share(THD *thd, TABLE_SHARE *share, const char *alias,
Create a new field for the key part that matches the index
*/
field= key_part->field=field->new_field(&outparam->mem_root,
outparam);
outparam, 0);
field->field_length= key_part->length;
}
}