[MDEV-2864] LP:682683 - Crash in create_tmp_table called from JOIN::init_execution in maria-5.3-mwl89 Created: 2010-11-29 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 |
|
not reproducible in maria-5.3 backtrace: #4 <signal handler called> explain in maria-5.3-mwl89: EXPLAIN SELECT ( SELECT f1 FROM t1 ) AS field1 FROM t2 GROUP BY field1; test case. optimizer switches are not strictly required: SET SESSION optimizer_switch='subquery_cache=off,semijoin=off,materialization=off'; DROP TABLE IF EXISTS t1; SELECT ( SELECT f1 FROM t1 ) AS field1 FROM t2 GROUP BY field1; |
| Comments |
| Comment by Timour Katchaounov (Inactive) [ 2010-11-29 ] |
|
Re: Crash in create_tmp_table called from JOIN::init_execution in maria-5.3-mwl89 |
| Comment by Timour Katchaounov (Inactive) [ 2010-11-29 ] |
|
Re: Crash in create_tmp_table called from JOIN::init_execution in maria-5.3-mwl89 for (; cur_group ; cur_group= cur_group->next, key_part_info++) where field == NULL. |
| Comment by Rasmus Johansson (Inactive) [ 2010-12-14 ] |
|
Launchpad bug id: 682683 |