Commit c7edc219 authored by marko's avatar marko

branches/zip: Add TODO comment to

row_purge_upd_exist_or_extern().
parent f4a69e01
......@@ -453,6 +453,7 @@ row_purge_upd_exist_or_extern(
SYNC_TRX_UNDO_PAGE);
#endif /* UNIV_SYNC_DEBUG */
ut_a(ufield->new_val.len >= BTR_EXTERN_FIELD_REF_SIZE);
/* TODO: observe dict_table_is_zip(index->table) */
btr_free_externally_stored_field(index, data_field
+ ufield->new_val.len
- BTR_EXTERN_FIELD_REF_SIZE,
......
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