[MDEV-13162] Condition pushdown into derived tables on the inner sides of outer joins Created: 2017-06-23 Updated: 2021-10-25 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Igor Babaev |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Consider an example:
here, "TBL.a<5" can be pushed down into the subquery, but it is not. EXPLAIN EXTENDED shows:
|
| Comments |
| Comment by Sergei Petrunia [ 2017-06-23 ] |
|
This is not directly related to |
| Comment by Igor Babaev [ 2017-06-26 ] |
|
Sergei, |
| Comment by Sergei Petrunia [ 2017-06-27 ] |
|
Ok, converted this into a task. |