Skip to content

Commit

Permalink
Update system-variables.md
Browse files Browse the repository at this point in the history
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
shichun-0415 and TomShawn committed Sep 19, 2022
1 parent 41d6348 commit 35fc8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2383,7 +2383,7 @@ explain select * from t where age=5;
- Persists to cluster: Yes
- Type: Boolean
- Default value: `OFF`
- This variable is used to control whether CTEs in the entire session are inlined or not. The default value is `OFF`, which means that inlining CTE is not enforced by default. However, you can still inline CTE by specifying the `MERGE()` hint. If the variable is set to `ON`, all CTEs (except recursive CTE) for this session are forced to be inlined.
- This variable is used to control whether common table expressions (CTEs) in the entire session are inlined or not. The default value is `OFF`, which means that inlining CTE is not enforced by default. However, you can still inline CTE by specifying the `MERGE()` hint. If the variable is set to `ON`, all CTEs (except recursive CTE) in this session are forced to be inlined.

### tidb_partition_prune_mode <span class="version-mark">New in v5.1</span>

Expand Down

0 comments on commit 35fc8c4

Please sign in to comment.