• marko's avatar
    branches/zip: trx_undo_rec_get_partial_row(): Set up the row_ext cache · 27f78180
    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)).
    27f78180
trx0rec.c 38.6 KB