-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
system variable: add tidb_allow_fallback_to_tikv #4781
system variable: add tidb_allow_fallback_to_tikv #4781
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
Co-authored-by: TomShawn <[email protected]>
Co-authored-by: TomShawn <[email protected]>
Co-authored-by: TomShawn <[email protected]>
/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. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 095b35b
|
/label needs-cherry-pick-5.0 |
Signed-off-by: ti-srebot <[email protected]>
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_tikv
into 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?