[MDEV-2428] LP:772309 - join_tab_cmp_straight(): Assertion `!jt2->emb_sj_nest' failed in maria-5.3-mwl89 with semijoin Created: 2011-04-28 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 | Priority: | Minor |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Timour Katchaounov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Not repeatable in maria-5.3. Requires semijoin. Assertion: mysqld: sql_select.cc:5438: int join_tab_cmp_straight(const void*, const void*, const void*): Assertion `!jt2->emb_sj_nest' failed. backtrace: #8 0x006b0d98 in __assert_fail () from /lib/libc.so.6 test case: CREATE TABLE t1 ( f2 int) ; CREATE TABLE t2 ( f1 int NOT NULL ) ; CREATE TABLE t3 ( f1 int NOT NULL , f2 int) ; EXPLAIN SELECT STRAIGHT_JOIN ( |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-04-28 ] |
|
join_tab_cmp_straight(): Assertion `!jt2->emb_sj_nest' failed in maria-5.3-mwl89 mysqld: sql_select.cc:5438: int join_tab_cmp_straight(const void*, const void*, const void*): Assertion `!jt2->emb_sj_nest' failed. backtrace: #8 0x006b0d98 in __assert_fail () from /lib/libc.so.6 test case: CREATE TABLE t1 ( f2 int) ; CREATE TABLE t2 ( f1 int NOT NULL ) ; CREATE TABLE t3 ( f1 int NOT NULL , f2 int) ; EXPLAIN SELECT STRAIGHT_JOIN ( |
| Comment by Timour Katchaounov (Inactive) [ 2011-04-28 ] |
|
Re: join_tab_cmp_straight(): Assertion `!jt2->emb_sj_nest' failed in maria-5.3-mwl89 with semijoin |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 772309 |