Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.6.19
-
Docker linux (FROM mariadb:10.6.19)
Description
After upgrading Mariadb from v10.6.18 to v10.6.19
A case in a select clause crashes the whole MariaDb server
If you need more debug i can give it to you for sure.
My examples in attachment
On the failing case, we wrote the case like that
case |
myfield when 1 then 0 |
when null then 0 |
else myfield |
end as myalias_ |
On the successful case we wrote the case like that
case |
* when myfield = 1 then 0* |
when null then 0 |
else myfield |
end as myalias_ |
the fact is, this could happened everywhere we used a case keyword ...
So could you please give us a feedback on this issue ?
Sorry in advance if you have not put this bug on the right topic
Best
David
Attachments
Issue Links
- duplicates
-
MDEV-34683 Types mismatch when cloning items causes debug assertion
- Closed
- is duplicated by
-
MDEV-35162 Error:
- Closed