[MDEV-2283] LP:899509 - Crash in ha_heap::index_flags with derived_merge=off,derived_with_keys=off and join_cache_level=0 Created: 2011-12-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 | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Backtrace: #3 <signal handler called> |
| Comments |
| Comment by Elena Stepanova [ 2011-12-03 ] |
|
Re: Crash in ha_heap::index_flags with derived_merge=off,derived_with_keys=off and join_cache_level=0 Not reproducible with join_cache_level=1 Not reproducible with optimizer_prune_level=0 Reproducible on release 5.3.2 with additional semijoin=on EXPLAIN also crashes. |
| Comment by Elena Stepanova [ 2011-12-03 ] |
|
Re: Crash in ha_heap::index_flags with derived_merge=off,derived_with_keys=off and join_cache_level=0 SET optimizer_switch='derived_merge=off,derived_with_keys=off'; CREATE TABLE t1 (f1 INTEGER); SELECT * FROM ( SELECT ta.* FROM t1 AS ta, t1 ) tb WHERE f1 IN ( SELECT * FROM t1 ); |
| Comment by Sergei Petrunia [ 2011-12-04 ] |
|
Re: Crash in ha_heap::index_flags with derived_merge=off,derived_with_keys=off and join_cache_level=0 |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 899509 |