Bug #6819 | Some ujis characters cannot be inserted into table | ||
---|---|---|---|
Submitted: | 25 Nov 2004 1:45 | Modified: | 10 Dec 2004 12:12 |
Reporter: | Shuichi Tamagawa | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.7 | OS: | Linux (SuSE Linux 9.0) |
Assigned to: | Alexander Barkov | 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
[25 Nov 2004 1:46]
Shuichi Tamagawa
[25 Nov 2004 1:46]
Shuichi Tamagawa
Test case
Attachment: test.txt (text/plain), 30.93 KiB.
[25 Nov 2004 6:51]
Shuichi Tamagawa
Suggested fix
Attachment: mysql-4.1.7-ctype-ujis.patch (application/octet-stream, text), 802 bytes.