Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
10.11.3, 10.10.4
-
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