Bug #108116 | SQL queries with range of Item_row are not optimized | ||
---|---|---|---|
Submitted: | 11 Aug 2022 8:21 | Modified: | 11 Aug 2022 9:21 |
Reporter: | Brian Yue (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 8.0.29, 8.0.30, 5.7.39 | OS: | Any (rhel-7.4) |
Assigned to: | CPU Architecture: | Any (x86-64) | |
Tags: | Contribution |
[11 Aug 2022 8:21]
Brian Yue
[11 Aug 2022 9:21]
MySQL Verification Team
Hello Brian Yue, Thank you for the report and feedback. regards, Umesh
[26 Aug 2024 10:47]
tianfeng li
Contribute by Tencent : support row value decomposition for comparison (based on 8.4.2) (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: 0001-support-row-value-decomposition-for-comparison.patch (application/octet-stream, text), 34.54 KiB.
[26 Aug 2024 10:56]
tianfeng li
Dear experts, I hope this message finds you well. As the contribution patch above, I have developed this patch to addresses this issue and I believe it could be beneficial for the wider community. The patch ensures that row values can be decomposed efficiently and effectively, enhancing the overall optimization and execution. I have taken care to ensure that the patch adheres to the project's coding standards and conventions, and I have thoroughly documented the problem and the solution in the patch notes. I would highly appreciate it if you could consider my patch for inclusion in the official version. I am open to any feedback or suggestions you may have to improve it further. I am committed to contributing to this project and would be more than willing to make any necessary revisions based on your guidance. Thank you for your time and consideration. I look forward to hearing from you soon. Best regards, Tianfeng Li, From Tencent Company.
[5 Sep 2024 3:40]
tianfeng li
Fix a bug of the above patch: consider NULL in select_list (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: 0001-row-comparison-decomposition-for-SelectList-should-n.patch (application/octet-stream, text), 7.97 KiB.
[30 Oct 2024 6:13]
tianfeng li
Hi, it happened again as BUG#111952