Bug #44411 | some Unicode text garbled in LOAD DATA INFILE with user variables | ||
---|---|---|---|
Submitted: | 22 Apr 2009 15:22 | Modified: | 13 Nov 2018 13:56 |
Reporter: | Miguel K | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S3 (Non-critical) |
Version: | 5.1.34, 5.0, 5.1, 6.0 bzr | OS: | Any (Linux, MS Windows Server 2008) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[22 Apr 2009 15:23]
Miguel K
[4 May 2009 14:46]
Susanne Ebrecht
testfile
Attachment: bug44411 (application/octet-stream, text), 1.45 KiB.
[4 May 2009 18:00]
Sveta Smirnova
test case with character_set_database
Attachment: bug44411.test (application/octet-stream, text), 1.10 KiB.
[4 May 2009 18:01]
Sveta Smirnova
option file
Attachment: bug44411-master.opt (application/octet-stream, text), 28 bytes.