Bug #3111 | EXPLAIN materializes Derived table | ||
---|---|---|---|
Submitted: | 8 Mar 2004 16:53 | Modified: | 8 Mar 2004 22:43 |
Reporter: | Peter Zaitsev (Basic Quality Contributor) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1 | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any |
[8 Mar 2004 16:53]
Peter Zaitsev
[8 Mar 2004 22:43]
Oleksandr Byelkin
Thank you for bugreport, but this is quite expected behaviour according to internal.texi. Also MySQL have to have all underlay tables to make optimisation phase. As far as subquery in the FROM clause (it is correct term for "materializes Derived table" from MySQL documentation) can't be correlated (for now), and perform independently, I can recomment to run separate EXPLAIN for subquery to detect problem in it.