• marko's avatar
    branches/zip: Try to reorganize the page when compression fails. · 168fa020
    marko authored
    page_zip_compress_write_log(): Make static.
    
    page_zip_compress(): Add optional parameter mtr for redo logging.
    
    page_zip_reorganize(): Low-level counterpart of btr_page_reorganize().
    
    page_zip_copy(): Add debug assertions about mtr_memo_contains.
    
    page_cur_insert_rec_low(): Try page_zip_reorganize() and seek to the
    new position of insert_rec if it succeeds.
    
    page_copy_rec_list_end(), page_copy_rec_list_start():
    Try page_zip_reorganize().
    
    page_move_rec_list_end(): Remove bogus comment.
    168fa020
page0page.c 61.7 KB