Bug #55143 | Failing assertion: copied_len < local_len + extern_len | ||
---|---|---|---|
Submitted: | 10 Jul 2010 0:14 | Modified: | 25 Apr 2012 13:26 |
Reporter: | Vince Cox | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.0.72,5.1.40 | OS: | Linux (CentOS 5.4 64 bit) |
Assigned to: | 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
[10 Jul 2010 0:17]
Vince Cox
[10 Jul 2010 0:18]
Vince Cox
Backtrace from Initial Core Dump Text File
Attachment: Linux_gdb_core_dump_full_backtrace.txt (text/plain), 29.70 KiB.
[10 Jul 2010 0:20]
Vince Cox
Mysql error file after crash
Attachment: Mysql_server_log_file_after_crash.txt (text/plain), 74.68 KiB.
[12 Jul 2010 19:36]
Vince Cox
Show create table and show table status output
Attachment: show_table _and _show_create_table.txt (text/plain), 54.33 KiB.
[21 Jul 2010 20:28]
Shane Bester
my testcase to try repeat it. only run on a test server (it uses real table name!)
Attachment: bug55143.php (application/octet-stream, text), 7.54 KiB.