| Bug #50632 | Purging records from large partitioned INNODB table into ARCHIVE memory error | ||
|---|---|---|---|
| Submitted: | 26 Jan 2010 17:16 | Modified: | 22 Apr 2011 17:08 |
| Reporter: | Glenn Plas | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Server: Archive storage engine | Severity: | S1 (Critical) |
| Version: | 5.1.41 | OS: | Linux |
| 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
[26 Jan 2010 17:20]
Glenn Plas
[27 Jan 2010 11:54]
Glenn Plas
Other table, same test (one that worked for sure yesterday)
Attachment: output_txn50.txt (text/plain), 38.14 KiB.
