-
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
### Improvements | ||
- Optimize the cost calculation of `Selection` to make the result more accurate #6989 | ||
- 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 commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
- Report the monitoring metrics earlier when starting the service #6931 | ||
- Optimize the format of slow queries by removing the line breaks in SQL statements and adding user information #6920 | ||
- Support multiple asterisks in comments #6858 | ||
### Bug Fixes | ||
- Fix the issue that `KILL QUERY` always requires SUPER privilege #7003 | ||
- Fix the issue that users might fail to login when the number of users exceeds 1024 #6986 | ||
- Fix an issue about inserting unsigned `float`/`double` data #6929 | ||
- Fix the compatibility of the `COM_FIELD_LIST` command to resolve the panic issue in some MariaDB clients #6929 | ||
- Fix the `CREATE TABLE IF NOT EXISTS LIKE` behavior #6928 | ||
- Fix an issue in the process of TopN pushdown #6923 | ||
- Fix the ID record issue of the currently processing row when an error occurs in executing `Add Index` #6903 | ||
|
||
|
||
## [2.0.4] - 2018-06-15 | ||
### New Features | ||
- Support the `ALTER TABLE t DROP COLUMN a CASCADE` syntax | ||
|
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.
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"?