1
0
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:
unknown
2004-09-03 16:50:13 +03:00
parent bbd402dc4f
commit bfe3df38b7

View File

@ -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;
}