[MDEV-3583] LP:613009 - Crash in Ordered_key::get_field_idx with partial_match_rowid_merge=on Created: 2010-08-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: | Major |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Timour Katchaounov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following query: SELECT table2 .`col_date_key` crashes as follows: #3 0x0827e86a in handle_segfault (sig=11) at mysqld.cc:2703 explain: id select_type table type possible_keys key key_len ref rows filtered Extra Note that the EXPLAIN does not reveal that partial match has been used. Instead, materialization is mentioned in the extended EXPLAIN. |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-08-03 ] |
|
Re: Crash in Ordered_key::get_field_idx with partial_match_rowid_merge=on SET SESSION optimizer_switch='partial_match_rowid_merge=on,partial_match_table_scan=off,semijoin=off'; CREATE TABLE `CC` ( SELECT table2 .`col_date_key` |
| Comment by Timour Katchaounov (Inactive) [ 2010-10-25 ] |
|
Re: Crash in Ordered_key::get_field_idx with partial_match_rowid_merge=on |
| Comment by Rasmus Johansson (Inactive) [ 2010-10-27 ] |
|
Launchpad bug id: 613009 |