Bug #28774 mysql_upgrade creates tempfiles in root-dir (C:\) and doesn't clean them up
Submitted: 30 May 2007 12:06 Modified: 1 Nov 2007 2:36
Reporter: Armin Schöffmann (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.0.42-enterprise OS:Windows (XP, Vista)
Assigned to: Iggy Galarza CPU Architecture:Any
Tags: Contribution, mysql_upgrade, temp-file, vista, windows, XP

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[5 Jun 2007 15:07] Armin Schöffmann
diff-patch: create-temp-files in def. temp-dir

Attachment: mf_tempfile.c.patch.txt (text/plain), 840 bytes.

[5 Jun 2007 15:08] Armin Schöffmann
diff-patch:cleanup temp-files created during mysql_upgrade

Attachment: mysql_upgrade.c.patch.txt (text/plain), 998 bytes.