mariadb/storage/innobase/buf
Daniel Black 9e3a541d1e MDEV-35049: Use CRC-32C and avoid allocating heap (postfix)
The n_pointers member of block is only defined (in the C++
meaning) under the 'if defined UNIV_AHI_DEBUG || defined UNIV_DEBUG'
condition. As without this change, this won't compile under
WITH_MSAN=ON build for non-debug builds.
2025-02-10 18:31:27 +11:00
..
buf0buddy.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
buf0buf.cc MDEV-35049: Use CRC-32C and avoid allocating heap (postfix) 2025-02-10 18:31:27 +11:00
buf0checksum.cc MDEV-35049: Privatize ut_fold_ulint_pair() 2025-01-10 16:40:22 +02:00
buf0dblwr.cc Merge 10.11 into 11.4 2025-01-09 07:58:08 +02:00
buf0dump.cc Merge branch '10.11' into 11.1 2024-08-03 09:32:42 +02:00
buf0flu.cc Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
buf0lru.cc MDEV-35049: Improve btr_search_drop_page_hash_index() 2025-01-10 16:40:34 +02:00
buf0rea.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00