Details
-
Bug
-
Status: Stalled (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.11.10, 11.2.6, 11.4.4, 11.6.2
Description
otto pointed out that the configuration parameter innodb_log_file_mmap is not available on 32-bit target platforms, for no apparent reason.
When fixing MDEV-34062 I had thought that including two ib_logfile0 parsers would unnecessarily increase the size of the code. Technically, we can in fact memory-map the InnoDB write-ahead log ib_logfile0 also on 32-bit systems, provided that the size is small enough so that the virtual address space will not be exhausted.
Attachments
Issue Links
- is caused by
-
MDEV-34062 mariadb-backup --backup is extremely slow at copying ib_logfile0
- Closed