Bug #55254 Make LOAD DATA/SELECT INTO fully ucs2 compliant
Submitted: 14 Jul 2010 11:24 Modified: 21 Oct 2010 9:44
Reporter: Georgi Kodinov Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Charsets Severity:S4 (Feature request)
Version:5.1+ OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[14 Jul 2010 11:24] Georgi Kodinov
Description:
This is a spin-off from bug #51876.
Currently LOAD DATA reads only the data as wide characters. All separators etc are stored and read as singe-byte characters.

How to repeat:
execute SELECT INTO OUTFILE and examine the results

Suggested fix:
Make separators use 2 bytes for both "SELECT INTO OUTFILE"
and "LOAD DATA INFILE" in case of ucs2.
[21 Oct 2010 9:44] Alexander Barkov
Duplicate for Bug#13912