Bug #58582 | valgrind error in buf_buddy_relocate (buf0buddy.c:446) | ||
---|---|---|---|
Submitted: | 30 Nov 2010 7:40 | Modified: | 28 Dec 2010 14:06 |
Reporter: | Michael Widenius | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB Plugin storage engine | Severity: | S2 (Serious) |
Version: | 5.1.53, 5.1.54 | OS: | Linux (OpenSuse 11.1, Ubuntu 10.04) |
Assigned to: | Marko Mäkelä | CPU Architecture: | Any |
Tags: | valgrind error |
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