mariadb/storage/innobase/buf
Marko Mäkelä b95942a2a7 MDEV-27812: Fix a race condition, and pacify MemorySanitizer
log_t::write_checkpoint(): Avoid a race condition with resize_abort()
by loading log_sys.resize_lsn only while holding the locks.
Also, remove an unnecessary write of all outstanding log before
switching log files.

log_t::write_buf(): Mark the entire block in the resize buffer
as initialized, to allow the test innodb.log_file_size_online to pass
when not using the mmap() based interface.
2022-03-11 11:10:09 +02:00
..
buf0block_hint.cc MDEV-27058: Reduce the size of buf_block_t and buf_page_t 2021-11-18 17:47:19 +02:00
buf0buddy.cc MDEV-27891: SIGSEGV in InnoDB buffer pool resize 2022-03-07 13:36:18 +11:00
buf0buf.cc Merge 10.7 into 10.8 2022-03-11 10:49:49 +02:00
buf0checksum.cc Cleanup: Replace ut_crc32c(x,y) with my_crc32c(0,x,y) 2022-01-21 16:13:04 +02:00
buf0dblwr.cc MDEV-14425 Improve the redo log for concurrency 2022-01-21 16:03:47 +02:00
buf0dump.cc MDEV-27158: humanize the bytes in innodb info/error messages 2022-01-18 14:20:59 +02:00
buf0flu.cc MDEV-27812: Fix a race condition, and pacify MemorySanitizer 2022-03-11 11:10:09 +02:00
buf0lru.cc Merge 10.7 into 10.8 2022-03-08 10:03:45 +02:00
buf0rea.cc Merge 10.6 into 10.7 2021-11-19 17:45:52 +02:00