Commit bd767175 authored by marko's avatar marko

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

parent 8bed4c4c
...@@ -109,7 +109,7 @@ row_build_index_entry( ...@@ -109,7 +109,7 @@ row_build_index_entry(
const dfield_t* dfield2 const dfield_t* dfield2
= dtuple_get_nth_field(row, col_no); = dtuple_get_nth_field(row, col_no);
ulint len ulint len
= dfield_get_len(dfield); = dfield_get_len(dfield2);
dfield_copy(dfield, 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