Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
11.8.1
-
None
-
Not for Release Notes
Description
MariaDB crashes with an assertion failure when executing a SELECT query containing a GROUP BY ... WITH ROLLUP clause combined with a HAVING condition. The failure occurs in Item::val_native() due to dereferencing a null Item pointer, leading to the assertion assert(0) at item.h:1606
Attachments
Issue Links
- duplicates
-
MDEV-22885 Wrong result or Assertion `0' failed in Item::val_native upon query with TIMESTAMP field, NULLIF and ROLLUP
-
- Confirmed
-
- relates to
-
MDEV-30073 Wrong result on 2nd execution of PS for query with NOT EXISTS
-
- In Review
-