Bug #72797 | myisam_recover_options does not work when myisam table is updated via trigger | ||
---|---|---|---|
Submitted: | 29 May 2014 13:12 | Modified: | 16 Jul 2018 13:00 |
Reporter: | Ike Walker | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S3 (Non-critical) |
Version: | 5.6.16-64.2-56-log | OS: | Linux (2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011) |
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