Bug #59900 | Verion 5.1 exports symbols SQLInstallDriverEx and SQLInstallDriverExW | ||
---|---|---|---|
Submitted: | 2 Feb 2011 18:50 | Modified: | 12 Oct 2012 19:21 |
Reporter: | Alona Rossen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.1.8 | OS: | Linux |
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
[8 Mar 2012 8:46]
Bogdan Degtyariov
[25 Sep 2012 13:05]
Bogdan Degtyariov
patch v2
Attachment: bug59900v2.diff (application/octet-stream, text), 9.18 KiB.
[25 Sep 2012 13:27]
Bogdan Degtyariov
patch v3
Attachment: bug59900v3.diff (application/octet-stream, text), 10.09 KiB.