• Marko Mäkelä's avatar
    MDEV-34707: BUF_GET_RECOVER assertion failure on upgrade · 12b01d74
    Marko Mäkelä authored
    buf_page_get_gen(): Relax the assertion once more.
    The LSN may grow by invoking ibuf_upgrade(), that is,
    when upgrading files where innodb_change_buffering!=none was used.
    The LSN may also have been recovered from a log that needs
    to be upgraded to the current format.
    12b01d74
srv0start.cc 60.4 KB