• Marko Mäkelä's avatar
    MDEV-30069 fixup: Do not truncate files on recovery · 4783f37c
    Marko Mäkelä authored
    recv_sys_t::recover_deferred(): If the file has been determined
    to be large enough, skip the call to os_file_set_size(), which
    would use the current value of FSP_SIZE, which during a multi-batch
    recovery can be smaller than the actual file size.
    
    os_file_io(): Also display the file offset in the warning message about
    partial I/O.
    4783f37c
log0recv.cc 133 KB