mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
branches/zip: Add TODO comment to
row_purge_upd_exist_or_extern().
This commit is contained in:
parent
f4a69e0185
commit
c7edc2198f
1 changed files with 1 additions and 0 deletions
|
@ -453,6 +453,7 @@ skip_secondaries:
|
|||
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue