[MDEV-3508] LP:965950 - left join lead to crash (in case of converting it to inner join) Created: 2012-03-27 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: | Critical |
| Reporter: | Oleksandr Byelkin | Assignee: | Igor Babaev |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
This test suite crashes: create table t1 (a int, b int); select t1.b, t2.b from t1 left join t2 on (t2.a=t1.a) where t2.a > 5; drop table t1, t2; |
| Comments |
| Comment by Oleksandr Byelkin [ 2012-03-27 ] |
|
Re: left join lead to crash (in case of converting it to inner join) |
| Comment by Oleksandr Byelkin [ 2012-03-27 ] |
|
Re: left join lead to crash (in case of converting it to inner join) |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-27 ] |
|
Launchpad bug id: 965950 |