mariadb/storage/innobase/buf
Marko Mäkelä c7313daf8c MDEV-38419: Fix some clang-21 -fsanitize=memory failures
fil_space_t::free_page(): Turn a parameter into a template parameter,
and remove some duplicated code. This fixes an error that was flagged
by clang++-21 -fsanitize=memory in buf_page_create().

fseg_create(): Merge the parameter reserved_extent to n_reserved.
This fixes an error about n_reserved being uninitialized.

fseg_alloc_free_page_low(): Simplify a debug assertion.

flst_add_last(), flst_remove(): Reduce the scope of a conditionally
initialized variable.

Reviewed by: Thirunarayanan Balathandayuthapani
2026-01-02 09:25:46 +02:00
..
buf0buddy.cc MDEV-35190 HASH_SEARCH duplicates effort before HASH_INSERT or HASH_DELETE 2024-11-21 08:59:02 +02:00
buf0buf.cc MDEV-38419: Fix some clang-21 -fsanitize=memory failures 2026-01-02 09:25:46 +02:00
buf0checksum.cc MDEV-25105 Remove innodb_checksum_algorithm values none,innodb,... 2021-03-11 12:46:18 +02:00
buf0dblwr.cc MDEV-37558 Multi-batch recovery discards needed doublewrite pages 2025-10-29 12:09:13 +05:30
buf0dump.cc Merge branch '10.5' into 10.6 2024-07-16 15:54:22 +08:00
buf0flu.cc MDEV-37103 innodb_immediate_scrub_data_uncompressed=ON may break innodb_undo_log_truncate=ON 2025-07-16 12:01:59 +03:00
buf0lru.cc MDEV-35149 Race condition around SET GLOBAL innodb_lru_scan_depth 2024-10-21 10:08:58 +03:00
buf0rea.cc MDEV-37902: buf_read_page_low() may miss a call to thd_wait_end() 2025-10-22 19:14:20 +03:00