Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
10.10.4, 10.11.3
-
Debian 11.7 amd64
Description
The server crashes after select with unused columns in a subselect with the following pattern:
SELECT DISTINCT col1 FROM (SELECT col1, col2 FROM foo)
The problem is col2.
In version 10.10.3 and 10.11.2 the same query does not cause errors.
Attachments
Issue Links
- duplicates
-
MDEV-31240 Crash with condition pushable into derived and containing outer reference
-
- Closed
-
Thanks!
This is the same problem as
MDEV-31240. Setting optimizer_switch="split_materialized=off" could be used as a workaround until the fix is released.