• Sven Sandberg's avatar
    BUG#59063: rpl_migration_crash_safe fails on Windows · faafae78
    Sven Sandberg authored
    Backported the fix to 5.1.
    Problem: the auxiliary test files rpl_start_server.inc and rpl_stop_server.inc
    write a file that is later read by mtr. The bug was that the file was written
    with platform-dependent newline terminators, i.e., \r\n on windows, whereas mtr
    only understands \n.
    Fix: write the file so that it uses \n on all platforms.
    
    
    mysql-test/include/rpl_start_server.inc:
      Force test to use \n instead of platform-dependent newline terminator.
    mysql-test/include/rpl_stop_server.inc:
      Force test to use \n instead of platform-dependent newline terminator.
    faafae78
rpl_stop_server.inc 1.92 KB