MDEV-17239 default max_recursive_iterations 4G -> 1000
A default 4G max_recursive_iterations allows users to far to easily exhaust CPU, memory and time for a incorrect query. Reduce this value down to 1000 consistent with Oracle MySQL's cte_max_recursion_depth.
Showing
Please register or sign in to comment