[MDEV-3221] LP:665057 - sql_select.cc:13863: int join_read_key2(THD*, JOIN_TAB*, TABLE*, TABLE_REF*): Assertion `table_ref->has_record' failed in maria-5.3-mwl128 Created: 2010-10-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 | Priority: | Major |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following query, when run with the default join_cache_level: SELECT STRAIGHT_JOIN table1 .`col_int_key` asserts in maria-5.3-maria-5.3-mwl128 with the following backtrace. No Valgrind warnings. 5.3 is not affected. mysqld: sql_select.cc:13863: int join_read_key2(THD*, JOIN_TAB*, TABLE*, TABLE_REF*): Assertion `table_ref->has_record' failed. #8 0x00133d98 in __assert_fail () from /lib/libc.so.6 |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-10-22 ] |
|
Re: sql_select.cc:13863: int join_read_key2(THD*, JOIN_TAB*, TABLE*, TABLE_REF*): Assertion `table_ref->has_record' failed in maria-5.3-mwl128 |
| Comment by Philip Stoev (Inactive) [ 2010-10-22 ] |
|
Test case |
| Comment by Philip Stoev (Inactive) [ 2010-10-22 ] |
|
Re: sql_select.cc:13863: int join_read_key2(THD*, JOIN_TAB*, TABLE*, TABLE_REF*): Assertion `table_ref->has_record' failed in maria-5.3-mwl128 |
| Comment by Igor Babaev [ 2010-10-29 ] |
|
Re: sql_select.cc:13863: int join_read_key2(THD*, JOIN_TAB*, TABLE*, TABLE_REF*): Assertion `table_ref->has_record' failed in maria-5.3-mwl128 |
| Comment by Rasmus Johansson (Inactive) [ 2010-10-29 ] |
|
Launchpad bug id: 665057 |