• marko's avatar
    btr_cur_optimistic_insert(): When inserting into a compressed page, · abc7f6c9
    marko authored
    pass max_ins_size=UNIV_PAGE_SIZE and increase=ULINT_UNDEFINED to
    ibuf_update_free_bits_if_full().  Otherwise, a bogus assertion failure
    may occur when the page is recompressed and there is more space available
    in the modification log after inserting the record.
    abc7f6c9
btr0cur.c 127 KB