Bug #28473 Does mysql-test-run.pl handle LD_LIBRARY_PATH wrong ?
Submitted: 16 May 2007 15:32 Modified: 26 May 2007 13:23
Reporter: Matthias Leich Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:4.1 OS:Any
Assigned to: Magnus Blåudd CPU Architecture:Any

[16 May 2007 15:32] Matthias Leich
Description:
mysql-test-run.pl contains
$ENV{'LD_LIBRARY_PATH'}= join(":", @ld_library_paths,
                         $ENV{'LD_LIBRARY_PATHS'} ?
                                              #
                         split(':', $ENV{'LD_LIBRARY_PATH'})
Shouldn't that be $ENV{'LD_LIBRARY_PATH'} ?

How to repeat:
Please inspect mysql-test/mysql-test-run.pl.
[16 May 2007 15:51] 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/26852

ChangeSet@1.2654, 2007-05-16 17:51:28+02:00, msvensson@pilot.blaudden +1 -0
  Bug#28473 Does mysql-test-run.pl handle LD_LIBRARY_PATH wrong ?
   - Fix spelling error
[22 May 2007 17:01] Bugs System
Pushed into 5.1.19-beta
[22 May 2007 17:02] Bugs System
Pushed into 5.0.44
[22 May 2007 17:04] Bugs System
Pushed into 4.1.23
[24 May 2007 9:31] Magnus Blåudd
Fix of spelling error for LD_LIBRARY_PATH in mysql-test-run.pl
[26 May 2007 13:23] Paul DuBois
Test suite change. No changelog entry needed.