mariadb/storage/innobase/buf
Marko Mäkelä 4849d94fe6 MDEV-28828 SIGSEGV in buf_flush_LRU_list_batch
In commit 73fee39ea6 (MDEV-27985)
a regression was introduced that would cause bpage=nullptr to
be referenced.

buf_flush_LRU_list_batch(): Always terminate the loop upon
encountering a null pointer.
2022-06-14 09:14:24 +03:00
..
buf0block_hint.cc Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
buf0buddy.cc Merge 10.4 to 10.5 2020-10-22 17:08:49 +03:00
buf0buf.cc MDEV-28473 field_ref_zero is not initialized in xtrabackup_prepare_func() 2022-05-11 17:20:31 +03:00
buf0checksum.cc Merge 10.4 into 10.5 2019-05-23 10:32:21 +03:00
buf0dblwr.cc MDEV-27416 InnoDB hang in buf_flush_wait_flushed(), on log checkpoint 2022-01-04 07:40:31 +02:00
buf0dump.cc MDEV-26547 fixup: Wait for read completion 2021-09-07 08:55:08 +03:00
buf0flu.cc MDEV-28828 SIGSEGV in buf_flush_LRU_list_batch 2022-06-14 09:14:24 +03:00
buf0lru.cc MDEV-26200 buf_pool.flush_list corrupted by buffer pool resizing or ROW_FORMAT=COMPRESSED 2021-07-22 10:05:13 +03:00
buf0rea.cc MDEV-27900: aio handle partial reads/writes 2022-03-12 09:47:53 +11:00