[MDEV-3434] LP:419423 - Equality propagation not performed for ON clauses when there is no WHERE clause Created: 2009-08-26 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
create table t11 (a int not null); create table t12 (pk int not null primary key, b int not null); explain select * from t11 left join t12 on t12.pk=t12.b and t12.b=3;
---
--- mysql> show warnings\G
mysql> explain extended select * from t11 left join t12 on t12.pk=t12.b and t12.b=3 where t11.a=333;
---
--- mysql> show warnings\G
|
| Comments |
| Comment by Hakan Küçükyılmaz (Inactive) [ 2010-05-26 ] |
|
Re: Equality propagation not performed for ON clauses when there is no WHERE clause do you have any update about this bug? Best, Hakan |
| Comment by Sergei Petrunia [ 2010-09-13 ] |
|
Re: Equality propagation not performed for ON clauses when there is no WHERE clause |
| Comment by Rasmus Johansson (Inactive) [ 2010-09-13 ] |
|
Launchpad bug id: 419423 |