Bug #42151 | Adjust Binlog Filename And Position By Epoch Automatically | ||
---|---|---|---|
Submitted: | 16 Jan 2009 9:06 | Modified: | 7 May 2009 13:31 |
Reporter: | Mikiya Okuno | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Cluster: Replication | Severity: | S4 (Feature request) |
Version: | any | OS: | Any |
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
[27 Jan 2009 0:09]
Mikiya Okuno
[26 Feb 2009 23:26]
Mikiya Okuno
Patch for mysql-cluster-6.3.23, fixed bugs.
Attachment: rep-ndb-mod.patch (application/octet-stream, text), 11.38 KiB.