Skip to content

Commit

Permalink
system variables: correct the description of `tidb_allow_fallback_to_…
Browse files Browse the repository at this point in the history
…tikv` (#6868) (#6943)
  • Loading branch information
ti-chi-bot authored Nov 25, 2021
1 parent 61cb4e8 commit 292a738
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 @@ -383,7 +383,7 @@ mysql> SELECT * FROM t1;
- Scope: SESSION | GLOBAL
- Default value: ""
- This variable is used to specify a list of storage engines that might fall back to TiKV. If the execution of a SQL statement fails due to a failure of the specified storage engine in the list, TiDB retries executing this SQL statement with TiKV. This variable can be set to "" or "tiflash". When this variable is set to "tiflash", if the execution of a SQL statement fails due to a failure of TiFlash, TiDB retries executing this SQL statement with TiKV.
- This variable is used to specify a list of storage engines that might fall back to TiKV. If the execution of a SQL statement fails due to a failure of the specified storage engine in the list, TiDB retries executing this SQL statement with TiKV. This variable can be set to "" or "tiflash". When this variable is set to "tiflash", if TiFlash returns a timeout error (error code: ErrTiFlashServerTimeout), TiDB retries executing this SQL statement with TiKV.
### tidb_allow_function_for_expression_index <span class="version-mark">New in v5.2.0</span>
Expand Down

0 comments on commit 292a738

Please sign in to comment.