• Daniel Black's avatar
    MDEV-18946: innodb: buffer_pool - unallocate large pages requires size · 8678a105
    Daniel Black authored
    MDEV-10814 introduce a bug where the size argument to
    deallocate_large was passed true, evaluating to 1, as the size.
    
    When this is passed to munmap this resulted in EINVAL and the
    page not being released. This only occured the buf_pool_free_instance
    when called on shutdown so no impact as the process termination
    correctly frees the memory.
    8678a105
buf0buf.cc 201 KB