mariadb/storage/innobase/log
Marko Mäkelä 937ae4137e MDEV-36155: MSAN use-of-uninitialized-value innodb.log_file_size_online
Writing the redo log resized will write uninitialized data. There is
a MEM_MAKE_DEFINED construct in the code to bless this however it was
correct on the initial length, but not the changed length.

The MEM_MAKE_DEFINED is moved earlier in the code where the length
contains the correct value.
2025-02-27 08:19:07 +11:00
..
log0crypt.cc MDEV-14425 Improve the redo log for concurrency 2022-01-21 16:03:47 +02:00
log0log.cc MDEV-36155: MSAN use-of-uninitialized-value innodb.log_file_size_online 2025-02-27 08:19:07 +11:00
log0recv.cc MDEV-36152 mariadb-backup --backup crash during innodb_undo_log_truncate=ON, innodb_encrypt_log=ON 2025-02-25 11:41:49 +02:00
log0sync.cc Merge 10.5 into 10.6 2024-06-07 10:03:51 +03:00
log0sync.h MDEV-26789 log_write_up_to needs mechanism to prevent stalls of async. waiters 2021-10-08 13:18:59 +02:00