Bug #115199 | Multiple MySQL crashes - Possible reason MVI Index | ||
---|---|---|---|
Submitted: | 3 Jun 2024 13:40 | Modified: | 17 Oct 2024 10:26 |
Reporter: | Carlos Abrantes | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 8.0.36 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[3 Jun 2024 13:40]
Carlos Abrantes
[3 Jun 2024 13:43]
Carlos Abrantes
Correction of the MVI: | mytable | 1 | myindex | 1 | NULL | A | 2 | NULL | NULL | YES | BTREE | | | YES | cast(json_extract(`classes`,_utf8mb4\'$.type\') as char(40) array) |
[3 Jun 2024 14:11]
MySQL Verification Team
Hi Mr. Abrantes, Thank you for your bug report. We have found that your bug report is a duplicate of the following bug: https://bugs.mysql.com/bug.php?id=113373 You can not access that bug since it is a Security Vulnerability bug. That is a crashing bug, like yours, but unlike your bug it has a full test case that always leads to the crash. However, we have left a note that your bug is a duplicate of the above one, so that you get notified when that bug is fixed. Duplicate.
[3 Jun 2024 15:03]
Carlos Abrantes
Hi, Thank you for the fast feedback. Is there any target version where that bug will be fixed? Thanks, Carlos
[4 Jun 2024 10:04]
MySQL Verification Team
Hi Mr. Abrantes, We do not have target versions or releases for the fixes. Every Development team has it's own schedule for features and bug fixes. However, those schedule change on weekly basis, so no fixing info can be promised. When the bug is fixed, this page will be updated.
[17 Oct 2024 10:26]
Carlos Abrantes
Hi, i have been following the release notes but i didn't yet found this or the internal one shared in it. Can you please confirm if it wasn't really fixed? asking because seems such a important one (mysql crash) and 3 releases already since reported. thanks
[17 Oct 2024 10:41]
MySQL Verification Team
Hi, It is fixed ....... Here is the text: Fixed as of the upcoming MySQL Server 8.0.40, 8.4.3, and 9.1.0 releases, and here's the proposed changelog entry from the documentation team: Disabled the optimizer for indexes with range conditions on multiple-value virtual columns.