mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
USING MYISAM_USE_MMAP ON WINDOWS When OPTIMIZE/REPAIR TABLE is switching to new data file, old data file is removed while memory mapping is still active. With 5.1 implementation of nt_share_delete() it is not permitted to remove mmaped file. This fix disables memory mapping for mi_repair() operations.
62 KiB
62 KiB