Bug #115212 | duplicates_removal weedout semijoin crashes mysql8 | ||
---|---|---|---|
Submitted: | 4 Jun 2024 13:19 | Modified: | 5 Jun 2024 8:14 |
Reporter: | Bastiaan Peters | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.0.36 | OS: | Debian |
Assigned to: | CPU Architecture: | Any | |
Tags: | semijoin weedout exists |
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
[4 Jun 2024 13:21]
Bastiaan Peters
[4 Jun 2024 13:22]
Bastiaan Peters
The offending query
Attachment: offending query (application/octet-stream, text), 2.87 KiB.
[4 Jun 2024 13:30]
Bastiaan Peters
The JSON query plan for the offending query, as it was before crashing the server
Attachment: offending json plan (application/octet-stream, text), 10.29 KiB.