Skip to content

Commit

Permalink
CHANGELOG: Add 2.0.8 change logs (#7908)
Browse files Browse the repository at this point in the history
  • Loading branch information
winkyao authored and zz-jason committed Oct 16, 2018
1 parent 4fe94f5 commit 1ca8e99
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,22 @@

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.8] - 2018-10-16
### Improvements
- Slow down the AUTO_INCREMENT ID increasing speed when the `Update` statement does not modify the corresponding AUTO_INCREMENT column [#7846](https://github.com/pingcap/tidb/pull/7846)
### Bug fixes
- Quickly create a new etcd session to recover the service when the PD leader goes down [#7810](https://github.com/pingcap/tidb/pull/7810)
- Fix the issue that the time zone is not considered when the default value of the `DateTime` type is calculated [#7672](https://github.com/pingcap/tidb/pull/7672)
- Fix the issue that `duplicate key update` inserts values incorrectly in some conditions [#7685](https://github.com/pingcap/tidb/pull/7685)
- Fix the issue that the predicate conditions of `UnionScan` are not pushed down [#7726](https://github.com/pingcap/tidb/pull/7726)
- Fix the issue that the time zone is not correctly handled when you add the `TIMESTAMP` index [#7812](https://github.com/pingcap/tidb/pull/7812)
- Fix the memory leak issue caused by the statistics module in some conditions [#7864](https://github.com/pingcap/tidb/pull/7864)
- Fix the issue that the results of `ANALYZE` cannot be obtained in some abnormal conditions [#7871](https://github.com/pingcap/tidb/pull/7871)
- Do not fold the function `SYSDATE`, to ensure the returned results are correct [#7894](https://github.com/pingcap/tidb/pull/7894)
- Fix the `substring_index` panic issue in some conditions [#7896](https://github.com/pingcap/tidb/pull/7896)
- Fix the issue that `OUTER JOIN` is mistakenly converted to `INNER JOIN` in some conditions [#7899](https://github.com/pingcap/tidb/pull/7899)


## [2.0.7] - 2018-09-07
### New Feature
- Add the `PROCESSLIST` table in `information_schema` [#7286](https://github.com/pingcap/tidb/pull/7286)
Expand Down

0 comments on commit 1ca8e99

Please sign in to comment.