mariadb/storage/innobase/buf
Marko Mäkelä 7d7bdd4aaa MDEV-28185 InnoDB generates redundant log checkpoints
The comparison on the checkpoint age (number of log bytes
written since the previous checkpoint) is inaccurate, because
the previous FILE_CHECKPOINT record could span two 512-byte
log blocks, which will cause the LSN to increase by the size of the
log block header and footer.

We will still generate a redudant checkpoint if the previous
checkpoint wrote some FILE_MODIFY records before the FILE_CHECKPOINT
record.
2022-03-29 19:42:10 +03:00
..
buf0block_hint.cc Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
buf0buddy.cc Merge 10.4 to 10.5 2020-10-22 17:08:49 +03:00
buf0buf.cc Fix g++-12 -O2 -Wstringop-overflow 2022-03-29 12:59:38 +03:00
buf0checksum.cc Merge 10.4 into 10.5 2019-05-23 10:32:21 +03:00
buf0dblwr.cc MDEV-27416 InnoDB hang in buf_flush_wait_flushed(), on log checkpoint 2022-01-04 07:40:31 +02:00
buf0dump.cc MDEV-26547 fixup: Wait for read completion 2021-09-07 08:55:08 +03:00
buf0flu.cc MDEV-28185 InnoDB generates redundant log checkpoints 2022-03-29 19:42:10 +03:00
buf0lru.cc MDEV-26200 buf_pool.flush_list corrupted by buffer pool resizing or ROW_FORMAT=COMPRESSED 2021-07-22 10:05:13 +03:00
buf0rea.cc MDEV-27900: aio handle partial reads/writes 2022-03-12 09:47:53 +11:00