[MDEV-24002] MySQL server has gone away in new mariadb versions Created: 2020-10-21 Updated: 2020-11-24 Resolved: 2020-11-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer - CTE |
| Affects Version/s: | 10.4.15, 10.5.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Remy Fox | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Attachments: |
|
| Description |
|
We have a query with a recursive CTE that used to work correctly in the previous version 10.4.10. We decided to upgrade, but MariaDB crashes on this query on both 10.4.15 and 10.5.6. As far as I know, server variables have remained the same. If I can produce a better error report, let me know. |
| Comments |
| Comment by Elena Stepanova [ 2020-10-21 ] | ||
|
Please paste the query and the output of
for all tables involved in the query. If any of them are views, then for underlying tables as well. |