• reggie@mdk10.(none)'s avatar
    Bug #6660 mysqldump creates bad pathnames on Windows · 75e1b9e7
    reggie@mdk10.(none) authored
    This really should not happen on Windows and part of the problem not fixed here is why show create table includes data directory when being run on Windows.  However, this patch fixes the bug in mysqldump.c
    
    mysqldump.c:
      Added fixPaths function to convert \ to / in data directory and index directory entries only on Windows
    75e1b9e7
logging_ok 5.47 KB