[MDEV-16867] Recursive query leads to endless execution or server crash Created: 2018-07-31 Updated: 2018-08-13 Resolved: 2018-08-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Affects Version/s: | 10.2.12 |
| Fix Version/s: | 10.2.15 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Radek Wikturna | Assignee: | Alice Sherepa |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Java 8, Windows 10, 16GB RAM, SSD disk, JDBC driver mariadb-java-client-2.1.0 |
||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Execution of the recursive query below leads to one of the possible outcomes: The query is: The column TEXT is varchar(100), the column DESCRIPTION is longtext. The problem does not occur when the DESCRIPTION column is ommittted from the query - it returns the 8 rows almost instantly. The problem depends on the data somehow. Without the mass data (I had 22000+ records), the problem doesn't occur. I thought it could be the same problem as |
| Comments |
| Comment by Radek Wikturna [ 2018-07-31 ] |
|
Note to |
| Comment by Alice Sherepa [ 2018-08-03 ] |
|
Thanks for the report! It is the same problem as |
| Comment by Radek Wikturna [ 2018-08-10 ] |
|
I've retested with 10.2.16 and its seems to be OK. |
| Comment by Alice Sherepa [ 2018-08-13 ] |
|
I added the fix version (10.3.7) for |