• marko's avatar
    branches/zip: Fix the decompression of deleted records containing externally · cc3f8b21
    marko authored
    stored columns.
    
    page_zip_decompress(): We indeed need to clear the BLOB pointers of deleted
    records twice.  This implies that we also need to invoke rec_get_offsets()
    twice for each record on a leaf page.  Add clarifying comments.
    
    page_zip_clear_rec(): Add the flag page_zip_clear_rec_disable for
    disabling the clearing of deleted records.
    cc3f8b21
page0zip.c 88.4 KB