Bug #12155 Smartly process \r\n in Windows platform as if it's \n
Submitted: 25 Jul 2005 15:29 Modified: 4 Aug 2005 21:14
Reporter: T.F. Seak Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version: OS:
Assigned to: CPU Architecture:Any

[25 Jul 2005 15:29] T.F. Seak
Description:
Can't MySQL process automatically \r\n in Windows platform as \n in Unix platform?

When I didn't write
lines terminated by '\r\n'
I got warnings and 0000-00-00 instead of NULL in death column.

How to repeat:
Just omit putting lines terminated by '\r\n'

Suggested fix:
Simply treat \r\n as \n
[4 Aug 2005 21:14] Jim Winstead
Duplicate of Bug #12195. (Opened after this one, but has a more defined scope.)