Bug #83461 | replication breakage noted from 5.7.10 to 8.0.0 | ||
---|---|---|---|
Submitted: | 20 Oct 2016 12:59 | Modified: | 11 Jan 2023 8:15 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 8.0.0, 8.0.18, 5.7.28 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | conversion, replication, utf8, utf8mb4 |
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
[20 Oct 2016 13:01]
Simon Mudd
[20 Oct 2016 13:01]
Simon Mudd
8.0.0 slave config
Attachment: server800_etc_my.cnf (application/octet-stream, text), 3.15 KiB.
[14 Dec 2019 7:52]
Umesh Shastry
5.7.28M->5.7.28S test details
Attachment: 83461_5.7.28M_5.7.28S.results (application/octet-stream, text), 22.76 KiB.
[14 Dec 2019 7:52]
Umesh Shastry
5.7.28M->8.0.18S test details
Attachment: 83461_5.7.28M_8.0.18S.results (application/octet-stream, text), 22.28 KiB.