mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
After merge fix.
This commit is contained in:
parent
a085d0988e
commit
51a89229d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue