| Bug #119281 | The crash occured | ||
|---|---|---|---|
| Submitted: | 31 Oct 2025 14:10 | Modified: | 1 Dec 2025 9:06 |
| Reporter: | Nadendla Teja | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
| Version: | mysql:8.0.41 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[31 Oct 2025 14:10]
Nadendla Teja
[1 Nov 2025 9:06]
Shane Bester
Hi Thanks for the report. Can you try 8.0.44, or 8.4.7 from dev.mysql.com and see if it crashes too? Send explain plan and table structures for tables referenced: explain WITH cte_sales_equipment AS ( SELECT tmp_projectmaterialen.id, ( tmp_saleitems.basisaantal + SUM(IFNULL(tmp_momenten_sales.num_mutatie_project,0)) + SUM(IFNULL(tmp_momenten_sales.num_mutatie_no_project,0)) ) AS aantal, tmp_projectmaterialen.materiaal, tmp_projectmaterialen.planvan, SUM(IFNULL(tmp_momenten_sales.num_gepland, 0)) AS planned_qty FROM tmp_projectmaterialen JOIN tmp_saleitems ON tmp_saleitems.materiaal = tmp_projectmaterialen.materiaal AND tmp_saleitems.asset_location = tmp_projectmaterialen.asset_location JOIN materialen ON tmp_saleitems.materiaal = materialen.id LEFT JOIN tmp_momenten_sales ON tmp_projectmaterialen.materiaal = tmp_momenten_sales.materiaal ; show create table tmp_projectmaterialen \G show create table tmp_saleitems \G show create table materialen \G show create table tmp_momenten_sales \G select version(); Then we'll see if it is repeatable crash with fake data. regards, -- Shane, MySQL Senior Principal Technical Support Engineer Oracle Corporation http://dev.mysql.com/
[2 Dec 2025 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
