• marko's avatar
    branches/zip: trx_undo_rec_get_partial_row(): Set up the row_ext cache · cf7d5b77
    marko authored
    only for those externally stored columns that occur in the ordering columns
    of indexes.  Prefetch the prefixes of those columns, because the clustered
    index record and the BLOBs may have been deleted by the time when the
    purge thread needs to read the BLOB prefixes.
    
    row_ext_create(): Add the debug assertion ut_ad(ut_is_2pow(zip_size)).
    cf7d5b77
row0ext.ic 3.68 KB