Bug #111414 | HASH JOIN results in wrong query results | ||
---|---|---|---|
Submitted: | 14 Jun 2023 9:26 | Modified: | 16 Jun 2023 9:32 |
Reporter: | yijun xie | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 8.0.33 | 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
[14 Jun 2023 9:28]
yijun xie
[14 Jun 2023 9:29]
yijun xie
two table data
Attachment: test.rar (application/octet-stream, text), 6.02 KiB.
[15 Jun 2023 1:19]
yijun xie
two_table_data
Attachment: two_table_data.rar (application/octet-stream, text), 6.02 KiB.
[15 Jun 2023 13:04]
yijun xie
table1
Attachment: testok_tbl_1_all_type2index.sql (application/octet-stream, text), 44.00 KiB.
[15 Jun 2023 13:05]
yijun xie
table
Attachment: testok_tbl_2_all_type2index.sql (application/octet-stream, text), 41.55 KiB.
[15 Jun 2023 13:05]
yijun xie
table2
Attachment: testok_tbl_2_all_type2index.sql (application/octet-stream, text), 41.55 KiB.