Bug #36469 mysql_upgrade does not use --tmpdir
Submitted: 2 May 2008 12:00 Modified: 6 May 2008 18:50
Reporter: Magnus Blåudd Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.0-> OS:Any
Assigned to: Magnus Blåudd CPU Architecture:Any

[2 May 2008 12:00] Magnus Blåudd
Description:
mysql_upgrade creates temporary files in /tmp, wheil we want it to create the in the --tmpdir we tell it to use.

How to repeat:
.

Suggested fix:
Add --tmpdir= option to mysql_upgrade
[2 May 2008 12:35] 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/46292

ChangeSet@1.2615, 2008-05-02 14:41:19+02:00, msvensson@pilot.mysql.com +2 -0
  Bug#36469 mysql_upgrade does not use --tmpdir
[6 May 2008 0:25] Bugs System
Pushed into 5.0.62
[6 May 2008 0:29] Bugs System
Pushed into 5.1.25-rc
[6 May 2008 0:33] Bugs System
Pushed into 6.0.6-alpha
[6 May 2008 18:50] Paul DuBois
Noted in 5.0.62, 5.1.25, 6.0.6 changelogs.

mysql_upgrade now has a --tmpdir option to enable the location of
temporary files to be specified.