[MDEV-3421] LP:779885 - Crash in eliminate_item_equal with materialization=on in maria-5.3 Created: 2011-05-09 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: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Repeatable with maria-5.3, maria-5.3-mwl89. Not repeatable with maria-5.2. Seems to require materialization=on. Explain also crashes. backtrace: #4 <signal handler called> test case: SET SESSION optimizer_switch = 'materialization=on'; CREATE TABLE t3 ( f10 varchar(32) ); CREATE TABLE t4 ( f10 varchar(32) ); SELECT * |
| Comments |
| Comment by Timour Katchaounov (Inactive) [ 2011-05-09 ] |
|
Re: Crash in eliminate_item_equal with materialization=on in maria-5.3 |
| Comment by Philip Stoev (Inactive) [ 2011-05-09 ] |
|
Re: Crash in eliminate_item_equal with materialization=on in maria-5.3 CREATE TABLE t1 ( f1 int ); CREATE TABLE t3 ( f10 varchar(32) ); CREATE TABLE t4 ( f10 varchar(32) ); SELECT * |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 779885 |