Bug #29402 | field type charset 63 problem | ||
---|---|---|---|
Submitted: | 27 Jun 2007 21:53 | Modified: | 8 Jul 2008 12:43 |
Reporter: | avi weiss | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 3.51.16,3.51..25 | OS: | Windows (XP / 2003) |
Assigned to: | Bogdan Degtyariov | 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
[17 Jul 2007 17:42]
Tonci Grgin
[30 Apr 2008 15:55]
Bogdan Degtyariov
patch and test case
Attachment: patch29402.diff (application/octet-stream, text), 3.80 KiB.
[20 May 2008 18:14]
Bogdan Degtyariov
patch version 2
Attachment: patch29402v2.diff (application/octet-stream, text), 8.67 KiB.
[27 Jun 2008 1:12]
Bogdan Degtyariov
patch v3
Attachment: patch29402v3.diff (application/octet-stream, text), 7.00 KiB.