Commit 8ef49706 authored by ingo@chilla.local's avatar ingo@chilla.local

After merge fix.

parent 3671658c
...@@ -1456,7 +1456,7 @@ int open_table_from_share(THD *thd, TABLE_SHARE *share, const char *alias, ...@@ -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 Create a new field for the key part that matches the index
*/ */
field= key_part->field=field->new_field(&outparam->mem_root, field= key_part->field=field->new_field(&outparam->mem_root,
outparam); outparam, 0);
field->field_length= key_part->length; field->field_length= key_part->length;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment