• Marko Mäkelä's avatar
    MDEV-12353: Introduce MLOG_ZIP_WRITE_STRING · f3230111
    Marko Mäkelä authored
    Log the low-level operations for ROW_FORMAT=COMPRESSED index pages
    using a new record, MLOG_ZIP_WRITE_STRING. We will still use
    MLOG_1BYTE,..., MLOG_8BYTES or MLOG_WRITE_STRING for operations
    on other than index pages (such as the page allocation bitmap pages).
    
    We will stop writing the record MLOG_ZIP_PAGE_COMPRESS later, after
    replacing all MLOG_REC_ and MLOG_COMP_REC_ that update index pages.
    f3230111
log0recv.cc 110 KB