Bug #83814 | Add support for OpenSSL 1.1 | ||
---|---|---|---|
Submitted: | 14 Nov 2016 16:42 | Modified: | 13 Dec 2017 2:01 |
Reporter: | Honza Horak (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | all | OS: | Fedora (Fedora 26 and further) |
Assigned to: | CPU Architecture: | Any | |
Tags: | openssl |
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
[9 Mar 2017 12:57]
Patrick Wallner
[9 Mar 2017 12:58]
Patrick Wallner
patch for viosslfactories
Attachment: viosslfactories.patch (application/octet-stream, text), 1.08 KiB.
[9 Mar 2017 20:35]
Patrick Wallner
xcom_ssl_transport.c patch
Attachment: xcom_ssl_transport.c.patch (application/octet-stream, text), 1.06 KiB.
[9 Mar 2017 20:36]
Patrick Wallner
mysqld.cc patch
Attachment: mysqld.cc.patch (application/octet-stream, text), 200 bytes.
[10 Dec 2017 9:02]
Honza Horak
Similar patch for MySQL 8.0.3
Attachment: community-mysql-openssl11.patch (text/x-patch), 26.69 KiB.