| Bug #47776 | Segfault in handler::ha_update_row() at handler.cc:4690 with Innodb | ||
|---|---|---|---|
| Submitted: | 2 Oct 2009 1:51 | Modified: | 12 Nov 2009 12:01 |
| 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, Memory, partitioning, RANGE COLUMN_LIST | ||
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
[2 Oct 2009 1:54]
Patrick Crews
[2 Oct 2009 1:55]
Patrick Crews
MTR test case. Alter engine settings for different behavior (MEMORY and InnoDB)
Attachment: bug47776_test.txt (text/plain), 23.83 KiB.
