[CONC-49] LOAD DATA LOCAL query fails to import all rows with mariadb client revision 80 Created: 2013-09-04 Updated: 2021-07-22 Resolved: 2013-09-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Sandhya Sriraj | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Attachments: |
|
| Description |
|
LOAD DATA LOCAL query fails to import all rows. It fails after importing first row and shows warning "Data truncated for column 'c' at row 1". Here are the details: LOAD LOCAL QUERY: sample.csv attached here. |
| Comments |
| Comment by Peter Laursen [ 2013-09-04 ] |
|
It seems that 'Windows Linebreaks' (\r\n) are broken in revision 80 with LOAD DATA LOCAL. Please also observe that "LINES TERMINATED BY" can specify any character sequence. |
| Comment by Georg Richter [ 2013-09-04 ] |
|
fixed in rev. 84 |