[MDEV-589] LP:1007647 - Assertion `vcol_table == 0 || vcol_table == table' failed in fill_record(THD*, List<Item>&, List<Item>&, bool) Created: 2012-06-01 Updated: 2012-10-14 Resolved: 2012-10-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.28a, 5.3.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
See also bug #1007622 (similar test case, might be the same problem) Version: '5.3.8-MariaDB-debug-log' #8 0xb74fa014 in __assert_fail () from /lib/libc.so.6 bzr version-info Also reproducible on maria-5.5 revno 3425. Test case: CREATE TABLE t1 (f1 INT, f2 INT);
|
| Comments |
| Comment by Timour Katchaounov (Inactive) [ 2012-06-04 ] |
|
Re: Assertion `vcol_table == 0 || vcol_table == table' failed in fill_record(THD*, List<Item>&, List<Item>&, bool) |
| Comment by Elena Stepanova [ 2012-07-23 ] |
|
Re: Assertion `vcol_table == 0 || vcol_table == table' failed in fill_record(THD*, List<Item>&, List<Item>&, bool) |
| Comment by Rasmus Johansson (Inactive) [ 2012-07-23 ] |
|
Launchpad bug id: 1007647 |
| Comment by Oleksandr Byelkin [ 2012-10-05 ] |
|
The query is inserting into two different tables (actually the underlying table is the same but from different parts of join so it is different tables). |
| Comment by Oleksandr Byelkin [ 2012-10-05 ] |
|
The problem is incorrectly detected merged view in tem_direct_view_ref::used_tables(). |
| Comment by Oleksandr Byelkin [ 2012-10-05 ] |
|
Committed. |
| Comment by Oleksandr Byelkin [ 2012-10-08 ] |
|
pushed |
| Comment by Oleksandr Byelkin [ 2012-10-14 ] |
|
tested on buildbot. |