Bug #100328 | Inconsistent behavior with isolation levels when binlog enabled | ||
---|---|---|---|
Submitted: | 27 Jul 2020 6:00 | Modified: | 23 Oct 2020 10:22 |
Reporter: | Pranay Motupalli | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.6,5.7,8.0 | 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 Jul 2020 6:01]
Pranay Motupalli
[27 Jul 2020 6:02]
Pranay Motupalli
Test Outputs formatted image
Attachment: image.png (image/png, text), 1.05 MiB.
[27 Jul 2020 6:12]
Pranay Motupalli
gdb and tracing.txt
Attachment: gdb and tracing.txt (text/plain), 8.30 KiB.
[13 Aug 2020 19:11]
Pedro Figueiredo
isolation_level_test_case.diff
Attachment: isolation_level_test_case.diff (text/x-patch), 3.58 KiB.
[25 Aug 2020 13:57]
Pedro Figueiredo
isolation_level_02.test
Attachment: isolation_level_02.test (application/octet-stream, text), 2.40 KiB.