• Marko Mäkelä's avatar
    MDEV-28977: mariabackup.huge_lsn,strict_full_crc32 fails in 10.8 · c1e3fc0e
    Marko Mäkelä authored
    recv_sys_t::recover_deferred(): Hold the exclusive page latch until
    the tablespace has been set up. Otherwise, the write of the page
    may be lost due to non-existent tablespace. This race only affects
    the recovery of the first page in a newly created tablespace.
    
    This race condition was introduced in MDEV-24626.
    c1e3fc0e
log0recv.cc 132 KB