Bug #41849 | MySQL-Proxy crashes when closing a connection | ||
---|---|---|---|
Submitted: | 4 Jan 2009 6:39 | Modified: | 3 Jun 2009 15:14 |
Reporter: | Joshua Zhu (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Proxy | Severity: | S1 (Critical) |
Version: | 0.7.0 r511 | OS: | Any |
Assigned to: | Kay Roepke | CPU Architecture: | Any |
Tags: | Contribution |
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
[4 Jan 2009 6:47]
Joshua Zhu
[4 Jan 2009 6:48]
Joshua Zhu
the patch of network-mysqld-packet.c
Attachment: network-mysqld-packet.c.patch (application/octet-stream, text), 458 bytes.
[16 Jan 2009 8:32]
Joshua Zhu
patch for network-mysqld.c (Bazaar revision 561)
Attachment: network-mysqld.c.patch (text/x-diff), 561 bytes.
[16 Jan 2009 8:34]
Joshua Zhu
patch for network-mysqld-packet.c (Bazaar revision 561)
Attachment: network-mysqld-packet.c.patch (text/x-diff), 491 bytes.