[MDEV-3703] LP:680005 - Second assertion `cache != __null' failed in sub_select_cache() on EXPLAIN in maria-5.3-mwl89 Created: 2010-11-22 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: | Philip Stoev (Inactive) | Assignee: | Timour Katchaounov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Even after the fix for bug #675981 ,the test case below still crashes with the following backtrace: #8 0x00a72d98 in __assert_fail () from /lib/libc.so.6 |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-11-22 ] |
|
Re: Second assertion `cache != __null' failed in sub_select_cache() on EXPLAIN in maria-5.3-mwl89 CREATE TABLE t1 (f1 int,f2 int,f4 int,f6 int,KEY (f4)) ; CREATE TABLE t3 (f3 int) ; CREATE TABLE t2 (f3 int) ; EXPLAIN |
| Comment by Timour Katchaounov (Inactive) [ 2010-11-22 ] |
|
Re: Second assertion `cache != __null' failed in sub_select_cache() on EXPLAIN in maria-5.3-mwl89 This another instance of the problem fixed in LP BUG#675981 - In this case the call path is: |
| Comment by Rasmus Johansson (Inactive) [ 2010-11-22 ] |
|
Launchpad bug id: 680005 |