[MDEV-19489] explain shows index used, who's fields aren't part of the query Created: 2019-05-16 Updated: 2019-06-16 Resolved: 2019-06-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.4.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Igor Babaev |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
From: https://dba.stackexchange.com/questions/238264/mariadb-10-4-4-exists-problem
group_id isn't part of the query however it was the key chosen for the query. |
| Comments |
| Comment by Igor Babaev [ 2019-05-29 ] | |||||
|
Daniel,
into
Then it materializes the projection of table account on field id. Are you satisfied with the answer? | |||||
| Comment by Igor Babaev [ 2019-06-16 ] | |||||
|
Close as not a bug: see the explanation in my comment |