Bug #56235 Set the FILE_SHARE_DELETE attribute for all MySQL log files on Windows
Submitted: 24 Aug 2010 22:11
Reporter: Roel Van de Paar Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version: OS:Windows
Assigned to: CPU Architecture:Any

[24 Aug 2010 22:11] Roel Van de Paar
Description:
This is a feature request to set the FILE_SHARE_DELETE attribute for all MySQL log files on Windows.

How to repeat:
Full details: see bug #29751 -> "[30 Jul 18:23] Konstantin Osipov"
[1 Sep 2010 0:48] Vladislav Vaintroub
we set this attribute on all files we open with my_open(). error log is a special case, since it was opened with freopen().