• Marko Mäkelä's avatar
    MDEV-19128 fil_name_parse() for MLOG_FILE_ is not portable · 8650848e
    Marko Mäkelä authored
    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.
    8650848e
log0recv.cc 109 KB