[MDEV-12417] select_type=MATERIALIZED is not documented Created: 2017-03-31 Updated: 2017-05-05 Resolved: 2017-05-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Michaël de groot | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi Ian, select_type = MATERIALIZED is not documented in https://mariadb.com/kb/en/mariadb/explain/ - I was able to get this from this query: explain extended select * from dept_emp where dept_no in (select dept_no from departments where dept_no='D001' order by dept_no) \G Thanks, |
| Comments |
| Comment by Ian Gilfillan [ 2017-05-05 ] |
|
Added MATERIALIZED to the table |