Bug #93423 | binlog_row_image=full not always honored for binlog_format=MIXED | ||
---|---|---|---|
Submitted: | 30 Nov 2018 10:55 | Modified: | 10 Dec 2019 16:14 |
Reporter: | James Lawrie | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.7.24,5.6.28,8.0.12, 5.7.27, 5.6.45 | OS: | Linux |
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
[16 Dec 2018 7:05]
Umesh Shastry
[19 Aug 2019 9:46]
Umesh Shastry
Test results - 5.7.27
Attachment: 93423_5.7.27.results (application/octet-stream, text), 10.32 KiB.
[19 Aug 2019 9:53]
Umesh Shastry
Test results - 5.6.45
Attachment: 93423_5.6.45.results (application/octet-stream, text), 8.45 KiB.