• marko's avatar
    branches/zip: Fix some bugs in incremental compression. · 7f2d91cb
    marko authored
    btr_create(): page_zip_compress() returns FALSE on failure.
    
    page_zip_write_header(): Write to page_zip->data[] instead of page_zip[].
    
    buf_flush_init_for_writing(): Add parameter page_zip and set the fields
    also in the header of the compressed page.
    
    btr_cur_search_to_nth_level(): Add ut_ad() on page_zip_validate().
    7f2d91cb
buf0flu.h 4.32 KB