mariadb/storage/innobase/fil
Marko Mäkelä 1afc682932 MDEV-36024 preparation: Shrink mtr_buf_t
mtr_t::get_log_size(): Remove.

mtr_t::crc32c(): New function: compute CRC-32C and determine the size,
including the sequence byte and the CRC-32C.

mtr_t::encrypt(): Return the size, similar to crc32c().

mtr_t::log_file_op(): Return the size written.

fil_name_write(): Remove. Let us invoke mtr_t::log_file_op() directly.

fil_names_clear(): Keep track of the available size without
invoking mtr_t::get_log_size().

mtr_buf_t::m_size: Remove.

mtr_buf_t::list_t: Use ilist instead of sized_ilist.

mtr_buf_t::for_each_block(): Remove. Let us allow iteration via
begin() and end(), without any lambda function objects.
2025-09-02 13:21:36 +03:00
..
fil0crypt.cc Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
fil0fil.cc MDEV-36024 preparation: Shrink mtr_buf_t 2025-09-02 13:21:36 +03:00
fil0pagecompress.cc Merge 10.6 into 10.11 2024-01-22 08:49:04 +02:00