mariadb/storage/innobase/fsp
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
..
fsp0file.cc MDEV-35171 OS_FILE_NORMAL and OS_FILE_AIO are misleading 2024-10-21 15:31:32 +02:00
fsp0fsp.cc MDEV-38419: Fix some clang-21 -fsanitize=memory failures 2026-01-02 09:25:46 +02:00
fsp0space.cc MDEV-37994 Race condition between checkpoint and .ibd file creation 2025-11-07 08:06:27 +02:00
fsp0sysspace.cc MDEV-37994 Race condition between checkpoint and .ibd file creation 2025-11-07 08:06:27 +02:00