mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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(
|
||||
dtype_get_charset_coll(cur_type->prtype),
|
||||
ind_field->prefix_len,
|
||||
dfield_get_len(field),row_field->data);
|
||||
dfield_get_len(row_field),row_field->data);
|
||||
} else {
|
||||
field->len = row_field->len;
|
||||
}
|
||||
|
Reference in New Issue
Block a user