Bug #47774 | InnoDB: Assertion failure in thread 1769970576 in file row/row0mysql.c line 1355 | ||
---|---|---|---|
Submitted: | 1 Oct 2009 21:55 | Modified: | 12 Nov 2009 12:00 |
Reporter: | Patrick Crews | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S3 (Non-critical) |
Version: | 5.5 WL#3352 | OS: | Any |
Assigned to: | Mikael Ronström | CPU Architecture: | Any |
Tags: | crashing bug, innodb, partitioning, RANGE COLUMN_LIST, UPDATE |
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
[1 Oct 2009 21:59]
Patrick Crews
[1 Oct 2009 22:04]
Patrick Crews
Full RQG-generated crash output
Attachment: bug47774_crash_output.txt (text/plain), 32.88 KiB.
[1 Oct 2009 22:05]
Patrick Crews
MTR test case for the crash
Attachment: bug47774_test.txt (text/plain), 9.85 KiB.