[CONC-44] LOAD DATA LOCAL accepts only ASCII Created: 2013-08-08 Updated: 2016-11-10 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Peter Laursen | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows ('little endian UTF16' unicode) - maybe also 'big endian UTF16' unicode systems (Mac OS-X etc.). |
||
| Issue Links: |
|
||||||||
| Description |
|
LOAD DATA LOCAL INFILE only handles files with exclusively ASCII characters in file names correctly. Specifying a file name with a non-ASCII character raises the error "file not found" even if file exists and is valid.. Same problem with Oracle's API reported here: |