Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support system variable cte_max_recursion_depth #24108

Closed
wjhuang2016 opened this issue Apr 19, 2021 · 1 comment · Fixed by #24170
Closed

Support system variable cte_max_recursion_depth #24108

wjhuang2016 opened this issue Apr 19, 2021 · 1 comment · Fixed by #24170

Comments

@wjhuang2016
Copy link
Member

Development Task

The common table expression (CTE) maximum recursion depth. The server terminates execution of any CTE that recurses more levels than the value of this variable.

Refer to https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_cte_max_recursion_depth

@tisonkun
Copy link
Contributor

subtask of #17472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants