Fixed mdev-14879 Lost rows for query using recursive CTE
with recursive reference in subquery If a recursive CTE uses a subquery with recursive reference then the virtual function reset() must be called after each iteration performed at the execution of the CTE.
Showing
Please register or sign in to comment