• unknown's avatar
    Fix problem with mysqladmin logging to var/log before var has been created · ccbba495
    unknown authored
    And if var/ has been created, it will be recreated later so the logs
    from "mtr_kill_leftovers" will be lost anyway  
    
    
    mysql-test/mysql-test-run.pl:
      Don't create vardir before mtr_kill_leftovers
    mysql-test/lib/mtr_process.pl:
      Send output - if any - from mysqladmin to stdout/stderr. There shouldn't
      be any such errors and if any occur, it's good to know about them.
    ccbba495
mysql-test-run.pl 130 KB