mariadb/storage/innobase/log
Thirunarayanan Balathandayuthapani 09e8707d90 MDEV-21826 Recovery failure : loop of Read redo log up to LSN
- 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.
2020-03-18 15:25:28 +05:30
..
log0crypt.cc MDEV-17228 Encrypted temporary tables are not encrypted 2019-06-28 19:07:59 +05:30
log0log.cc Rename log_make_checkpoint_at() to log_make_checkpoint() 2019-10-09 18:47:14 +03:00
log0recv.cc MDEV-21826 Recovery failure : loop of Read redo log up to LSN 2020-03-18 15:25:28 +05:30