Commit e507ea0d authored by marko's avatar marko

branches/zip: btr_cur_mark_dtuple_inherited_extern(): Initialize len.

This was broken in r1591.
parent cd98f71b
...@@ -3472,6 +3472,7 @@ btr_cur_mark_dtuple_inherited_extern( ...@@ -3472,6 +3472,7 @@ btr_cur_mark_dtuple_inherited_extern(
} }
data = dfield_get_data(dfield); data = dfield_get_data(dfield);
len = dfield_get_len(dfield);
data[len - BTR_EXTERN_FIELD_REF_SIZE + BTR_EXTERN_LEN] data[len - BTR_EXTERN_FIELD_REF_SIZE + BTR_EXTERN_LEN]
|= BTR_EXTERN_INHERITED_FLAG; |= BTR_EXTERN_INHERITED_FLAG;
......
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