• tnurnberg@mysql.com's avatar
    Bug#20588: mysqldump.test may fail, depending on system-wide configuration · 701a4f18
    tnurnberg@mysql.com authored
    mysqldump.test calls my_print_defaults in a way that includes the systemwide
    my.cnf, so the results will be beyond our control and depend on whatever the
    user has in their my.cnf, namely the [mysqldump] section.
    
    call my_print_defaults with --config-file rather than --defaults-extra-file
    to prevent inclusion of system-wide defaults and use our config-file only.
    701a4f18
mysqldump.test 35 KB