Commit 7ebd4af7 authored by marko's avatar marko

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

parent 996edd8a
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment