Bug #19989 log-files on windows should follow windows standards
Submitted: 21 May 2006 19:50 Modified: 22 May 2006 10:06
Reporter: Peter Laursen (Basic Quality Contributor) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S4 (Feature request)
Version:any OS:Windows (windows)
Assigned to: CPU Architecture:Any

[21 May 2006 19:50] Peter Laursen
Description:
The MySQL server log files uses the \n or <LF> character (HEX 0A) character for 'new line'.  On Windows standard is \r\n or <CR><LF> (HEX 0D0A)

Log files on Windows should be written accordingly for compliance with most Windows texteditors (including Notepad).

How to repeat:
open a logfile in Notepad for instance ....

Suggested fix:
good idea! :-)
[22 May 2006 9:17] Tonci Grgin
Hi Peter. Thanks for your report. This is actually S4 issue. As a workaround, use WordPad for now.
[22 May 2006 10:06] Peter Laursen
I know there are plenty of editors that handle this.

Nevertheless I disagree that this is a FEATURE REQUEST.  It is a BUG!
Software designed to run on a certain platform should follow the standards of that platform!