Bug #75245 | Segfault on large row purge in main thread on startup | ||
---|---|---|---|
Submitted: | 17 Dec 2014 14:16 | Modified: | 24 Dec 2014 10:05 |
Reporter: | Tyler Mitchell | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.5.41, 5.6.22, 5.6.23 | OS: | Linux (x86_64) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 139, ib_warn_row_too_big, innodb, purge |
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
[17 Dec 2014 14:16]
Tyler Mitchell
[17 Dec 2014 14:17]
Tyler Mitchell
my.cnf
Attachment: mycnf_ib_warn_row_too_big_segv.txt (text/plain), 2.25 KiB.