• marko's avatar
    branches/zip: btr_compress(): When merging a compressed page to the right, · 9c7913d9
    marko authored
    set the FIL_PAGE_PREV field of merge_page to FIL_NULL before copying the
    records in order not to break the assumption of page_zip_compress() that
    min_rec_mark is always set on the first user record of a non-leaf page
    whose FIL_PAGE_PREV field is FIL_NULL, and never otherwise.
    9c7913d9
btr0btr.c 88.3 KB