Bug #4682 InnoDB creates temporary files in root directory
Submitted: 21 Jul 2004 23:15 Modified: 22 Jul 2004 0:34
Reporter: Dean Ellis Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S2 (Serious)
Version:4.0.20 OS:Windows (Windows)
Assigned to: CPU Architecture:Any

[21 Jul 2004 23:15] Dean Ellis
Description:
As of 4.0.20, on Windows InnoDB creates temporary files in the root directory of the device where the datadir is located, names similar to t10n, t10n.1, so on.  Files are removed when mysqld terminates.  Presumably created by tmpfile().

How to repeat:
Start 4.0.20 on Windows with InnoDB enabled.

Suggested fix:
Use CreateFile() with Temporary File and Delete On Close flags, instead of tmpfile().
[22 Jul 2004 0:34] Sergei Golubchik
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the original bug instead.

Thank you for your interest in MySQL.

Additional info:

bug#3998