Bug #51323 | pluggable authentication | ||
---|---|---|---|
Submitted: | 19 Feb 2010 13:43 | Modified: | 3 Dec 2010 3:00 |
Reporter: | Sergei Golubchik | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 5.6 | OS: | Any |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
Tags: | Contribution, plugin |
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
[21 Feb 2010 16:04]
Sergei Golubchik
[23 Feb 2010 19:08]
Sergei Golubchik
fixes for the cases with the default non-native plugins
Attachment: pa1.patch (application/octet-stream, text), 12.56 KiB.
[26 Mar 2010 12:02]
Sergei Golubchik
more patches with comments, cleanups and bugfixes. changeset comments inside.
Attachment: more.diff (text/plain), 102.70 KiB.