Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ SET GLOBAL tidb_distsql_scan_concurrency = 10;
- 默认值:0
- 这个变量用来显示上一个 `execute` 语句所使用的执行计划是不是直接从 plan cache 中取出来的。

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

作用域:SESSION

默认值:0

这个变量用来显示上一条执行的语句所使用的执行计划是不是来自 binding 的执行计划。

### `max_execution_time`

- 作用域:SESSION | GLOBAL
Expand Down