Skip to content

Commit

Permalink
Merge branch 'variable' of github.com:elsa0520/docs-cn into variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elsa0520 committed Sep 16, 2022
2 parents 2cd068f + 46854e9 commit 993fd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1836,9 +1836,9 @@ explain select * from t where age=5;
- 作用域:SESSION | GLOBAL
- 是否持久化到集群:是
- 类型:布尔
- 类型:布尔型
- 默认值:`OFF`
- 这个变量用来控制是否强制 inline CTE。默认值为 `OFF`,即默认不强制 inline CTE注意,此时依旧可以通过 `MERGE()hint` 来开启个别 CTE 的 inline。如果设置为 `ON`,则当前 session 中所有查询的 CTE (recursive CTE 除外) 都会 inline
- 这个变量用来控制是否强制 inline CTE。默认值为 `OFF`,即默认不强制 inline CTE注意,此时依旧可以通过 `MERGE()` hint 来开启个别 CTE 的 inline。如果设置为 `ON`,则当前 session 中所有查询的 CTE(递归 CTE 除外都会 inline。
### `tidb_partition_prune_mode` <span class="version-mark">从 v5.1 版本开始引入</span>
Expand Down

0 comments on commit 993fd66

Please sign in to comment.