-
Notifications
You must be signed in to change notification settings - Fork 709
faq, sql-statements: update out of date info #3418
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
Conversation
Co-authored-by: Zhang Jian <zjsariel@gmail.com>
TomShawn
left a comment
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.
Rest LGTM
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>
…update-faq-and-set
|
@zz-jason PTAL again |
zz-jason
left a comment
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.
LGTM
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-2.1 in PR #3438 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.0 in PR #3439 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.1 in PR #3440 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #3441 |
|
/label translation/done |
|
/unlabel translation/doing |
What is changed, added or deleted? (Required)
This fixes some small errors in the FAQ and sql-statements guide:
-The FAQ implied optimistic locking was still the default, and said SELECT FOR UPDATE does not lock.
Which TiDB version(s) do your changes apply to? (Required)
This will require backporting, but the following version specific changes apply:
SELECT FOR UPDATEwill need rewording.What is the related PR or file link(s)?
Do your changes match any of the following descriptions?