mariadb/storage/innobase/log
Marko Mäkelä 8650848ec3 MDEV-19128 fil_name_parse() for MLOG_FILE_ is not portable
On Microsoft Windows, InnoDB writes the path separator \ to the
redo log file, while on all other platforms, / is being used.

fil_name_parse(): Normalize the parsed path separators to the
native format. This allows backups or data sets to be portable
between Windows and other systems.
2019-04-02 13:43:22 +03:00
..
log0crypt.cc MDEV-13834: Upgrade failure from 10.1 innodb_encrypt_log 2018-06-04 11:40:10 +03:00
log0log.cc Replace log_group_t::file_header_bufs with local array 2019-01-14 13:53:04 +02:00
log0recv.cc MDEV-19128 fil_name_parse() for MLOG_FILE_ is not portable 2019-04-02 13:43:22 +03:00