Bug #89511 | leak with 'cascade on delete' using the ndb engine | ||
---|---|---|---|
Submitted: | 2 Feb 2018 10:08 | Modified: | 8 Aug 2019 16:59 |
Reporter: | Paolo Ganci | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | MySQL distrib mysql-5.7.21 ndb-7.5.9, fo | OS: | Red Hat (Linux nevisproxy-rhel7-nb 3.10.0-514.21.2.el7.x86_64 #1 SMP Sun May 28 17:08:21 EDT 2017 x86_64 x86_) |
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