[MDEV-2195] LP:802860 - Crash/valgrind warning in JOIN_CACHE::write_record_data with semijoin=on Created: 2011-06-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: | Critical |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Repeatable with maria-5.3 , maria-5.3-subqueries-mwl90. backtrace: #3 <signal handler called> optimizer switch in effect: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=off,loosescan=off,materialization=off,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=on,mrr_cost_based=off,mrr_sort_keys=on,outer_join_with_cache=off,semijoin_with_cache=off,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on explain: id select_type table type possible_keys key key_len ref rows Extra test case: SET SESSION optimizer_switch='semijoin=on,materialization=off,firstmatch=off,loosescan=off'; CREATE TABLE t2 ( f1 int) ; CREATE TABLE t1 ( f1 int) ; SELECT * bzr version-info: revision-id: <email address hidden> |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-06-28 ] |
|
Re: Crash/valgrind warning in JOIN_CACHE::write_record_data with semijoin=on ==8349== Thread 4: |
| Comment by Philip Stoev (Inactive) [ 2011-06-28 ] |
|
Re: Crash/valgrind warning in JOIN_CACHE::write_record_data with semijoin=on bzr version-info so I am assigning this to Igor |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 802860 |