Bug #116521 | Write skew exception at serializable isolation level | ||
---|---|---|---|
Submitted: | 1 Nov 2024 1:37 | Modified: | 4 Nov 2024 11:32 |
Reporter: | Huicong Xu | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 9.0.1 | OS: | Ubuntu (22.04) |
Assigned to: | CPU Architecture: | x86 | |
Tags: | Isolation level |
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
[1 Nov 2024 1:38]
Huicong Xu
[4 Nov 2024 11:32]
Huicong Xu
Python scripts to reproduce the bug.
Attachment: reproduce_with_config.py (text/x-python), 5.86 KiB.
[4 Nov 2024 11:33]
Huicong Xu
The results of the code execution.
Attachment: result_set.txt (text/plain), 2.46 KiB.