mariadb/storage/innobase/buf
Marko Mäkelä 68d9deb69a MDEV-33332 SIGSEGV in buf_read_ahead_linear() when bpage is in buf_pool.watch
buf_read_ahead_linear(): If buf_pool.watch_is_sentinel(*bpage),
do not attempt to read the page frame because the pointer would be null
for the elements of buf_pool.watch[].

Hitting this bug requires the use of a non-default value of
innodb_change_buffering.
2024-02-13 14:10:44 +02: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-32861 InnoDB hangs when running out of I/O slots 2023-11-22 16:54:41 +02:00
buf0checksum.cc Merge 10.4 into 10.5 2019-05-23 10:32:21 +03:00
buf0dblwr.cc MDEV-32968 InnoDB fails to restore tablespace first page from doublewrite buffer when page is empty 2024-01-15 14:08:27 +05:30
buf0dump.cc MDEV-25417: Remove innodb buffer pool load throttling 2022-11-28 11:25:47 +02:00
buf0flu.cc MDEV-33098: Fix some instrumentation for innodb.doublewrite_debug 2024-01-08 14:36:54 +02:00
buf0lru.cc MDEV-26055: Improve adaptive flushing 2023-11-16 17:45:18 +02:00
buf0rea.cc MDEV-33332 SIGSEGV in buf_read_ahead_linear() when bpage is in buf_pool.watch 2024-02-13 14:10:44 +02:00