• marko's avatar
    branches/zip: page_zip_empty_size(): New function to compute the · 75e478a0
    marko authored
    guaranteed free space available for inserting one record.
    
    btr_page_get_sure_split_rec(), btr_cur_pessimistic_insert():
    Use page_zip_empty_size().
    
    btr_page_split_and_insert(): Relax a debug assertion that there should
    be at least two user records on the page.  On compressed pages, we may
    be able to write only one record.
    75e478a0
page0zip.c 91.8 KB