mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed copy-paste bug introduced on patch (jan:1.1960).
This commit is contained in:
@ -2024,7 +2024,7 @@ row_ins_index_entry_set_vals(
|
|||||||
field->len = innobase_get_at_most_n_mbchars(
|
field->len = innobase_get_at_most_n_mbchars(
|
||||||
dtype_get_charset_coll(cur_type->prtype),
|
dtype_get_charset_coll(cur_type->prtype),
|
||||||
ind_field->prefix_len,
|
ind_field->prefix_len,
|
||||||
dfield_get_len(field),row_field->data);
|
dfield_get_len(row_field),row_field->data);
|
||||||
} else {
|
} else {
|
||||||
field->len = row_field->len;
|
field->len = row_field->len;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user