Bug #68231 | Segmentation Fault, mysql client | ||
---|---|---|---|
Submitted: | 31 Jan 2013 7:22 | Modified: | 14 Feb 2013 18:34 |
Reporter: | daryl xian | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S1 (Critical) |
Version: | 5.6.10 GA / source build | OS: | Linux (opensuse 12.2) |
Assigned to: | Tor Didriksen | 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
[31 Jan 2013 7:23]
daryl xian
[1 Feb 2013 5:27]
daryl xian
valgrind output with local libedit
Attachment: mysql+local_libedit-valgrind.txt (text/plain), 77.04 KiB.