system variable: add tidb_allow_fallback_to_tikv#4781
system variable: add tidb_allow_fallback_to_tikv#4781yikeke merged 11 commits intopingcap:masterfrom
Conversation
system-variables.md
Outdated
|
|
||
| ### tidb_enable_engine_fallback | ||
|
|
||
| - Scope: SESSION | GLOBAL | ||
| - Default value: OFF | ||
| - This variable controls whether to retry execution with another engine when the used engine's failure causes execution failure of SQL statement. If the variable turns on, currently TiDB supports retrying execution with TiKV when TiFlash's failure causes execution failure of SQL statement. |
There was a problem hiding this comment.
The options in this page are in alphabetical order (the order which they were added to the server is not useful to end-users). Please move it to the correct place :-)
|
@xuyifangreeneyes, please update your pull request. |
|
@xuyifangreeneyes, please update your pull request. |
1 similar comment
|
@xuyifangreeneyes, please update your pull request. |
|
/cc @qiancai |
|
@xuyifangreeneyes, please update your pull request. |
|
No updates for a long time, close PR. |
Co-authored-by: Grace Cai <qqzczy@126.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
|
/label v5.0 |
|
@morgo PTAL again |
|
/LGTM |
|
/remove-status require-change |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by writing |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 095b35b |
|
/label needs-cherry-pick-5.0 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-5.0 in PR #5103 |
First-time contributors' checklist
What is changed, added or deleted? (Required)
Add
tidb_allow_fallback_to_tikvinto system variables.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?