[MDEV-2836] LP:784441 - Assertion `fixed == 0' failed in Item_func::fix_fields in maria-5.3-mwl106 Created: 2011-05-18 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 |
|
Not repeatable in maria-5.3. EXPLAIN also crashes. Assertion: mysqld: item_func.cc:153: virtual bool Item_func::fix_fields(THD*, Item**): Assertion `fixed == 0' failed. backtrace: #8 0x00399d98 in __assert_fail () from /lib/libc.so.6 test case: CREATE TABLE t1 ( f1 int ) ; CREATE TABLE t2 ( f1 int ) ; CREATE VIEW v1 AS SELECT 7; SELECT * bzr version-info |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-06-06 ] |
|
Re: Assertion `fixed == 0' failed in Item_func::fix_fields in maria-5.3-mwl106 bzr version-info |
| Comment by Igor Babaev [ 2011-06-06 ] |
|
Re: Assertion `fixed == 0' failed in Item_func::fix_fields in maria-5.3-mwl106 The bug is in the code for the semi-join transformations. I'll fix the bug in the 5.3 tree. |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 784441 |