[MDEV-15614] Item_direct_view created in statement memory and rolled back Created: 2018-03-21 Updated: 2018-03-21 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Oleksandr Byelkin | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
There is following hack:
Which create rolled back view reference items but in persistent memory. It used (for example) by semijoin expression constructor:
where right part of equality will never rolled back correctly but just will use persistent Item. This rolling back was made by historically and is not needed any more so can be removed. |