[MDEV-16212] Memory leak with recursive CTE that uses global ORDER BY with recursive subquery Created: 2018-05-17 Updated: 2018-05-18 Resolved: 2018-05-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer - CTE |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.2.16 |
| Type: | Bug | Priority: | Major |
| Reporter: | Igor Babaev | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The following test case run in mtr
causes memory leak in the server:
|
| Comments |
| Comment by Igor Babaev [ 2018-05-18 ] |
|
A fix for this bug was pushed into 10.2. |