[MDEV-3690] LP:776285 - Crash when updating multiple equality const-ness during constant table optimization in make_join_statistics Created: 2011-05-03 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Timour Katchaounov (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following test case extracted from the test for LP BUG#715759 CREATE TABLE t1 (a1 int, a2 int) ; CREATE TABLE t2 (b1 int, b2 int) ; SELECT b1 FROM t2 WHERE b1 = b2; |
| Comments |
| Comment by Timour Katchaounov (Inactive) [ 2011-05-03 ] |
|
Re: Crash when updating multiple equality const-ness during constant table optimization in make_join_statistics #0 0x000000000060b4e5 in Item_func::Item_func (this=0x44b5870, a=0x44b4ac0, b=0x0) at item_func.h:82 |
| Comment by Timour Katchaounov (Inactive) [ 2011-05-03 ] |
|
Re: Crash when updating multiple equality const-ness during constant table optimization in make_join_statistics revno: 2977 |
| Comment by Philip Stoev (Inactive) [ 2011-05-03 ] |
|
Re: Crash when updating multiple equality const-ness during constant table optimization in make_join_statistics |
| Comment by Igor Babaev [ 2011-05-03 ] |
|
Re: Crash when updating multiple equality const-ness during constant table optimization in make_join_statistics |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 776285 |