mariadb/storage/innobase/buf
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
..
buf0buddy.cc MDEV-14154: Remove ut_time_us() 2019-07-24 21:21:54 +03:00
buf0buf.cc InnoDB: improve error message for checksum mismatch 2020-03-12 14:47:45 +03:00
buf0checksum.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0dblwr.cc Merge branch '10.1' into 10.2 2020-01-17 00:24:17 +03:00
buf0dump.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0flu.cc MDEV-20813: Remove the buf_flush_init_for_writing() assertion 2019-10-14 16:38:28 +03:00
buf0lru.cc MDEV-12121: Clean up WITH_INNODB_AHI=OFF 2020-02-06 10:50:04 +02:00
buf0mtflu.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0rea.cc MDEV-21826 Recovery failure : loop of Read redo log up to LSN 2020-03-18 15:25:28 +05:30