mirror of https://github.com/MariaDB/server
Browse Source
When commitpull/1674/head0fd3def284removed the MLOG_UNDO_ERASE_END record in MariaDB 10.3.3 in an attempt to reduce our redo log volume, it introduced technical debt for commit56f6dab1d0(MDEV-21174) and commit7ae21b18a6(MDEV-12353), which optimized mtr_t::write() (née mlog_write_ulint()) so that the initial bytes that are unchanged are not logged. trx_undo_report_row_operation(): Write a log record for the memset() operation if the page is not going to be freed.
1 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue