• Marko Mäkelä's avatar
    Bug#12701488 ASSERT PAGE_ZIP_VALIDATE, UNIV_ZIP_DEBUG · dc80dcac
    Marko Mäkelä authored
    page_zip_validate(), page_zip_validate_low(): Add a parameter for the
    B-tree index.
    
    page_zip_validate_low(): If the page contents does not match, check
    that the record link chains match. Furthermore, if dict_index_t is
    passed, check that the records match. (This reduces coverage a bit: if
    index=NULL, we will ignore differences in record contents, that is,
    the page payload.)
    
    rb:1264 approved by Inaam Rana
    dc80dcac
page0zip.h 17.3 KB