• Igor Babaev's avatar
    MDEV-17635 Server hangs after the query with recursive CTE · 41425892
    Igor Babaev authored
    This bug in the code of the function With_element::check_unrestricted_recursive()
    could force a recursive CTE to be executed in a non-standard compliant mode
    in which recursive UNION ALL could lead to an infinite execution. This
    problem could occur only in the case when this CTE was used by another
    recursive CTE at least twice.
    41425892
cte_recursive.result 97.4 KB