mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 07:16:13 +01:00
log_t::clear_mmap(): Do not modify buf_size; we may have
file_size==0 here during bootstrap.
log_t::set_recovered(): If we are writing to a memory-mapped log,
update log_sys.buf_size to the record payload area of log_sys.buf.
This fixes up commit
|
||
|---|---|---|
| .. | ||
| log0crypt.cc | ||
| log0log.cc | ||
| log0recv.cc | ||
| log0sync.cc | ||
| log0sync.h | ||