• Marko Mäkelä's avatar
    MDEV-21174: Replace mlog_write_string() with mtr_t::memcpy() · af5947f4
    Marko Mäkelä authored
    mtr_t::memcpy(): Replaces mlog_write_string(), mlog_log_string().
    The buf_block_t is passed a parameter, so that
    mlog_write_initial_log_record_low() can be used instead of
    mlog_write_initial_log_record_fast().
    
    fil_space_crypt_t::write_page0(): Remove the fil_space_t* parameter.
    af5947f4
fil0crypt.cc 77.9 KB