mariadb/storage/innobase/log
Marko Mäkelä 2283f82de5 MDEV-29905 fixup: Remove some unnecessary code
srv_shutdown(): Do not call log_free_check(), because it will now
be repeatedly called by ibuf_merge_all(). Do not call
srv_sync_log_buffer_in_background(), because we do not actually care
about durability during shutdown. Log writes will already be triggered
by buf_flush_page_cleaner() for writing back modified pages, possibly by
log_free_check().

logs_empty_and_mark_files_at_shutdown(): Clean up a condition.
This function is the caller of srv_shutdown(), and it will ensure that
the log and the buffer pool will be in clean state before shutdown.
2022-11-14 10:22:29 +02:00
..
log0crypt.cc Merge 10.4 into 10.5 2021-06-23 08:17:49 +03:00
log0log.cc MDEV-29905 fixup: Remove some unnecessary code 2022-11-14 10:22:29 +02:00
log0recv.cc Merge 10.4 into 10.5 2022-11-08 17:01:28 +02:00
log0sync.cc MDEV-21534 fixup: Use a compile-time constant 2020-11-20 07:59:41 +02:00
log0sync.h MDEV-21534 - Improve innodb redo log group commit performance 2020-03-01 19:02:21 +01:00