Bug #1513 | SELECT * DOESN'T WORK PROPERLY | ||
---|---|---|---|
Submitted: | 9 Oct 2003 17:25 | Modified: | 9 Oct 2003 18:07 |
Reporter: | Udi Karni | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S2 (Serious) |
Version: | 4.0.15-max-debug | OS: | Windows (Windows 2000) |
Assigned to: | CPU Architecture: | Any |
[9 Oct 2003 17:25]
Udi Karni
[9 Oct 2003 18:05]
Jeremy Cole
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/
[9 Oct 2003 18:07]
Jeremy Cole
You most likely have \r's in the FIRST_NAME column, because you should have specified "LINES TERMINATED BY '\r\n'" when using LOAD DATA INFILE.