Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
N/A
-
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,
Michaël