mariadb/storage/innobase/log
Marko Mäkelä 42609c240d Cleanup: Replace log_sys.n_pending_checkpoint_writes with a Boolean
Only one checkpoint may be in progress at a time.
The counter log_sys.n_pending_checkpoint_writes
was being protected by log_sys.mutex.
Let us replace it with the Boolean log_sys.checkpoint_pending.
2022-03-29 14:56:44 +03:00
..
log0crypt.cc Merge 10.4 into 10.5 2021-06-23 08:17:49 +03:00
log0log.cc Cleanup: Replace log_sys.n_pending_checkpoint_writes with a Boolean 2022-03-29 14:56:44 +03:00
log0recv.cc MDEV-27610 Unnecessary wait in InnoDB crash recovery 2022-01-26 13:29:34 +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