branches/zip: row_build_index_entry(): Correct a typo made in r2012.

This commit is contained in:
marko 2007-10-24 06:59:01 +00:00
parent 996edd8a91
commit 7ebd4af72f

View file

@ -109,7 +109,7 @@ row_build_index_entry(
const dfield_t* dfield2
= dtuple_get_nth_field(row, col_no);
ulint len
= dfield_get_len(dfield);
= dfield_get_len(dfield2);
dfield_copy(dfield, dfield2);