Bug #24335 mysql-test-run.pl fails with ActiveState Perl on Windows
Submitted: 15 Nov 2006 12:58 Modified: 13 Dec 2006 19:58
Reporter: Kevin Lewis Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S7 (Test Cases)
Version: OS:Windows (Windows)
Assigned to: Magnus BlÄudd CPU Architecture:Any

[15 Nov 2006 12:58] Kevin Lewis
Description:
On Windows, using ActiveState Perl, the new mysql-test-run.pl does not work because in function collect_mysqld_features(), on line 1239; mtr_run($exe_mysqld,...) cannot redirect the output to the specified file.  It goes to stdout instead.  A little later, when the file is not found, the script quits.

How to repeat:
Run mysql-test-run.pl on Windows with ActiveState perl
[28 Nov 2006 21:16] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/16036

ChangeSet@1.2568, 2006-11-28 22:16:31+01:00, msvensson@neptunus.(none) +1 -0
  Bug#24335  mysql-test-run.pl fails with ActiveState Perl on Windows
   - Avoid use of mtr_run when executing "mysqld --verbose --help" to find
     version and supported features
[13 Dec 2006 19:58] Paul DuBois
No changelog entry needed.