• gkodinov/kgeorge@magare.gmz's avatar
    Bug #27099: system_mysql fail in pushbuild windows · ba03c12b
    gkodinov/kgeorge@magare.gmz authored
    On Windows the debug log was doing freopen () instead of
    fflush() and that was slowing the logging down that much 
    that some tests timed out.
    Fixed by replacing the freopen() with an syncing-to-disk
    flag to fopen() and fflush().
    Also increased the timeout of the tests running with --debug
    on windows : seems to slow down as much as valgrind on linux.
    ba03c12b
dbug.c 61 KB