• Marko Mäkelä's avatar
    MDEV-20805 ibuf_add_free_page() is not initializing FIL_PAGE_TYPE first · ea61b796
    Marko Mäkelä authored
    In the function recv_parse_or_apply_log_rec_body() there are debug checks
    for validating the state of the page when redo log records are being
    applied. Most notably, FIL_PAGE_TYPE should be set before anything else
    is being written to the page.
    
    ibuf_add_free_page(): Set FIL_PAGE_TYPE before performing any other changes.
    ea61b796
ibuf0ibuf.c 141 KB