mariadb/storage/xtradb/log
Marko Mäkelä a1ea8d6f81 Follow-up fix to MDEV-14705: Flush log at shutdown
In commit e7f4e61f6e
the call fil_flush_file_spaces(FIL_LOG) is necessary.
Tablespaces will be flushed as part of the redo log
checkpoint, but the redo log will not necessarily
be flushed, depending on innodb_flush_method.
2018-04-26 22:44:09 +03:00
..
log0crypt.cc MDEV-14874 innodb_encrypt_log corrupts the log when the LSN crosses 32-bit boundary 2018-01-08 09:44:40 +02:00
log0log.cc Follow-up fix to MDEV-14705: Flush log at shutdown 2018-04-26 22:44:09 +03:00
log0online.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
log0recv.cc MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00