Skip to content

Commit

Permalink
added punctuation marks for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jin19 authored and ti-chi-bot committed Jul 22, 2021
1 parent 5a0fef2 commit c088c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mysql> SELECT * FROM t1;
- 范围:`[0, 4294967295]`
- 这个变量用于控制公共表表达式的最大递归深度。

### datadir
### `datadir`

- 作用域:NONE
- 默认值:/tmp/tidb
Expand Down Expand Up @@ -148,7 +148,7 @@ mysql> SELECT * FROM t1;
- 默认值:`OFF`
- 这个变量用来显示上一个 `execute` 语句所使用的执行计划是不是直接从 plan cache 中取出来的。

### license
### `license`

- 作用域:NONE
- 默认值:Apache License 2.0
Expand Down Expand Up @@ -585,7 +585,7 @@ MPP 是 TiFlash 引擎提供的分布式计算框架,允许节点之间的数
- 默认值:`ON`
- 这个变量用来控制是否开启 statement summary 功能。如果开启,SQL 的耗时等执行信息将被记录到系统表 `information_schema.STATEMENTS_SUMMARY` 中,用于定位和排查 SQL 性能问题。

### tidb_enable_strict_double_type_check <span class="version-mark">从 v5.0 版本开始引入</span>
### `tidb_enable_strict_double_type_check` <span class="version-mark">从 v5.0 版本开始引入</span>

- 作用域:SESSION | GLOBAL
- 默认值:`ON`
Expand Down

0 comments on commit c088c23

Please sign in to comment.