mirror of https://github.com/MariaDB/server
Browse Source
- This issue is caused by MDEV-19176
(bba59abb03
).
- Problem is that there is miscalculation of available memory during
recovery if innodb_buffer_pool_instances > 1.
- Ignore the buffer pool instance while calculating available_memory
- Removed recv_n_pool_free_frames variable and use buf_pool_get_n_pages()
instead.
pull/1482/head
3 changed files with 10 additions and 24 deletions
Loading…
Reference in new issue