Bug #64314 | Multi-Master Replication implement | ||
---|---|---|---|
Submitted: | 14 Feb 2012 3:10 | Modified: | 18 Jan 2018 14:22 |
Reporter: | Lixun Peng (OCA) | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S4 (Feature request) |
Version: | 5.* | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, multi-master |
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
[14 Feb 2012 3:12]
Lixun Peng
[16 Feb 2012 10:48]
Lixun Peng
pre patch is base on Percona 5.1.60, this is based on MySQL 5.1.61
Attachment: multi_master_for_5.1.61.patch (application/octet-stream, text), 20.86 KiB.
[21 May 2012 6:59]
Lixun Peng
I fix some bugs of my patch, and add "reset slave 'replication name' " command, it's like "reset slave" command.
Attachment: 5.1_mutil_master_repl.patch (application/octet-stream, text), 25.80 KiB.