add shutdown statement#2865
Merged
Merged
Conversation
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
yikeke
reviewed
Jun 15, 2020
| @@ -0,0 +1,35 @@ | |||
| --- | |||
Contributor
|
Please help review this PR. @TomShawn |
Contributor
OK |
TomShawn
reviewed
Jun 15, 2020
| @@ -0,0 +1,35 @@ | |||
| --- | |||
| title: SHUTDOWN | |||
| summary: Overview of the use of SHUTDOWN in the TiDB database. | |||
Contributor
There was a problem hiding this comment.
Suggested change
| summary: Overview of the use of SHUTDOWN in the TiDB database. | |
| summary: An overview of the usage of SHUTDOWN for the TiDB database. |
|
|
||
| ## MySQL compatibility | ||
|
|
||
| > **Attention:** |
Contributor
There was a problem hiding this comment.
Suggested change
| > **Attention:** | |
| > **Note:** |
|
|
||
| > **Attention:** | ||
| > | ||
| > Since TiDB is a distributed database, the shutdown operation in TiDB stops the client-connected TiDB instance, not the entire TiDB cluster. |
Contributor
There was a problem hiding this comment.
Suggested change
| > Since TiDB is a distributed database, the shutdown operation in TiDB stops the client-connected TiDB instance, not the entire TiDB cluster. | |
| > Because TiDB is a distributed database, the shutdown operation in TiDB stops the client-connected TiDB instance, not the entire TiDB cluster. |
| > | ||
| > Since TiDB is a distributed database, the shutdown operation in TiDB stops the client-connected TiDB instance, not the entire TiDB cluster. | ||
|
|
||
| The `SHUTDOWN` statement is partly compatible with MySQL. Any compatibility differences should be [reported via an issue](/report-issue.md) on GitHub. |
Contributor
There was a problem hiding this comment.
Suggested change
| The `SHUTDOWN` statement is partly compatible with MySQL. Any compatibility differences should be [reported via an issue](/report-issue.md) on GitHub. | |
| The `SHUTDOWN` statement is partly compatible with MySQL. If you encounter any compatibility issues, you can report the issues [on GitHub](/report-issue.md). |
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
Contributor
Author
Contributor
|
/run-all-tests |
ti-srebot
pushed a commit
to ti-srebot/docs
that referenced
this pull request
Jun 18, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-4.0 in PR #2948 |
TomShawn
pushed a commit
that referenced
this pull request
Jun 18, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com> Co-authored-by: Jack Yu <yusp@pingcap.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Shuaipeng Yu jackysp@gmail.com
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?