Bug #47146 | Linking problem with example plugin when dtrace enabled | ||
---|---|---|---|
Submitted: | 4 Sep 2009 19:44 | Modified: | 4 Aug 2010 22:54 |
Reporter: | Bjørn Munch | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.4 | OS: | Solaris |
Assigned to: | Horst Hunger | CPU Architecture: | Any |
Tags: | DTrace, experimental, 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
[16 Sep 2009 10:16]
Bjørn Munch
[11 Nov 2009 21:28]
MC Brown
Patch for Bug 47146
Attachment: 47146.patch (application/octet-stream, text), 1001 bytes.