Bug #35160 | Subquery optimization: table pullout is not reflected in EXPLAIN EXTENDED | ||
---|---|---|---|
Submitted: | 8 Mar 2008 3:43 | Modified: | 23 Nov 2010 3:33 |
Reporter: | Sergey Petrunya | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 6.0-bk | OS: | Any |
Assigned to: | Sergey Petrunya | CPU Architecture: | Any |
[8 Mar 2008 3:43]
Sergey Petrunya
[26 Mar 2008 12:51]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/44447 ChangeSet@1.2591, 2008-03-26 15:49:01+03:00, sergefp@mysql.com +5 -0 BUG#35160 "Subquery optimization: table pullout is not reflected in EXPLAIN EXTENDED" - When we pull the tables out of a semi-join, re-attach them to the embedding join nest's NESTED_JOIN structure. This will cause the pull out to show up in EXPLAIN EXTENDED;SHOW WARNINGS output.
[28 May 2008 10:01]
Bugs System
Pushed into 6.0.6-alpha
[30 May 2008 18:59]
Paul DuBois
Noted in 6.0.6 changelog. The table pullout strategy was not reflected in EXPLAIN EXTENDED output if not all of the subquery tables were pulled out.
[16 Aug 2010 6:39]
Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100816062819-bluwgdq8q4xysmlg) (version source revid:alik@sun.com-20100816062612-enatdwnv809iw3s9) (pib:20)
[13 Nov 2010 16:26]
Bugs System
Pushed into mysql-trunk 5.6.99-m5 (revid:alexander.nozdrin@oracle.com-20101113155825-czmva9kg4n31anmu) (version source revid:vasil.dimov@oracle.com-20100629074804-359l9m9gniauxr94) (merge vers: 5.6.99-m4) (pib:21)
[23 Nov 2010 3:33]
Paul DuBois
Bug does not appear in any released 5.6.x version. No 5.6.1 changelog entry needed.