-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
CHANGELOG: Add changelog for 2.0.5 #7005
Conversation
CHANGELOG.md
Outdated
- Select the query condition that completely matches the unique index or the primary key as the query path directly #6966 | ||
- Execute necessary cleanup when failing to start the service #6964 | ||
- Handle `\N` as NULL in the `Load Data` statement #6962 | ||
- Optimize the code structure of COB #6953 |
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.
COB
-> CBO
Fix a typo
@winoros PTAL |
CHANGELOG.md
Outdated
@@ -2,6 +2,28 @@ | |||
|
|||
All notable changes to this project will be documented in this file. See also [Release Notes](https://github.com/pingcap/docs/blob/master/releases/rn.md), [TiKV changelog](https://github.com/pingcap/tikv/blob/master/CHANGELOG.md) and [PD changelog](https://github.com/pingcap/pd/blob/master/CHANGELOG.md). | |||
|
|||
## [2.0.5] - 2018-07-06 | |||
### New Features | |||
- Add the `tidb_disable_txn_auto_retry` system variable, used to disable the automatic retry of transactions #6877 |
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.
Do we need to change the plain test #6877
to a link #6867. Or just remove it?
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.
"which is used to disable xxx"?
@lilin90 PTAL |
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
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
Thank you for working on TiDB! Please read TiDB's CONTRIBUTING document BEFORE filing this PR.
What have you changed? (mandatory)
CHANGELOG.md
Please explain IN DETAIL what the changes are in this PR and why they are needed:
Add changelog for 2.0.5
What are the type of the changes (mandatory)?
Improvement
How has this PR been tested (mandatory)?
No need to test
Please describe the tests that you ran to verify your changes. Have you finished unit tests, integration tests, or manual tests?
Does this PR affect documentation (docs/docs-cn) update? (optional)
Yes, we will update the release pages in docs/docs-cn
Refer to a related PR or issue link (optional)
None
Benchmark result if necessary (optional)
None
Add a few positive/negative examples (optional)
None