Skip to content

Commit

Permalink
system variables: add system variable cte_max_recursion_depth (pingca…
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuxiaozhen12 authored Jun 11, 2021
1 parent 565f2ef commit 864caac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ mysql> SELECT * FROM t1;
- Default value: ON
- Controls whether statements should automatically commit when not in an explicit transaction. See [Transaction Overview](/transaction-overview.md#autocommit) for more information.

### `cte_max_recursion_depth`

- Scope:SESSION | GLOBAL
- Default value:1000
- Controls the maximum recursion depth in Common Table Expressions.

### ddl_slow_threshold

- Scope: INSTANCE
Expand Down

0 comments on commit 864caac

Please sign in to comment.