mirror of
https://github.com/MariaDB/server.git
synced 2026-02-18 16:49:03 +01:00
This is a dormant bug, because the setting innodb_log_file_mmap=ON probably does not work outside mariadb-backup, because log_t::attach() would refuse to invoke read-only mmap() on a normal server startup. This was manually tested in an invocation of mariadb-backup --prepare --export --innodb-log-file-mmap which would not write anything to the log file, which is not intended to be used after the invocation anyway. log_t::clear_mmap(): Properly copy the last log block from the memory-mapped buffer, so that it can be used in subsequent writes to the log. log_t::WRITE_SIZE_MAX: The maximum log_sys.write_size. |
||
|---|---|---|
| .. | ||
| ha_innodb.cc | ||
| ha_innodb.h | ||
| handler0alter.cc | ||
| i_s.cc | ||
| i_s.h | ||