mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
branches/zip: btr_cur_mark_dtuple_inherited_extern(): Initialize len.
This was broken in r1591.
This commit is contained in:
parent
cd98f71ba5
commit
e507ea0dd4
1 changed files with 1 additions and 0 deletions
|
@ -3472,6 +3472,7 @@ btr_cur_mark_dtuple_inherited_extern(
|
|||
}
|
||||
|
||||
data = dfield_get_data(dfield);
|
||||
len = dfield_get_len(dfield);
|
||||
data[len - BTR_EXTERN_FIELD_REF_SIZE + BTR_EXTERN_LEN]
|
||||
|= BTR_EXTERN_INHERITED_FLAG;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue