Skip to content

Commit e466fd3

Browse files
lilin90CaitinChen
authored andcommitted
releases, readme: add 2.0.8 release notes (#676)
* releases, readme: add 2.0.8 release notes * Update format
1 parent 6a754d9 commit e466fd3

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
- [Frequently Asked Questions (FAQ)](FAQ.md)
129129
- [TiDB Best Practices](https://pingcap.com/blog/2017-07-24-tidbbestpractice/)
130130
+ [Releases](releases/rn.md)
131+
- [2.0.8](releases/208.md)
131132
- [2.1 RC3](releases/21rc3.md)
132133
- [2.1 RC2](releases/21rc2.md)
133134
- [2.0.7](releases/207.md)

releases/208.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: TiDB 2.0.8 Release Notes
3+
category: Releases
4+
---
5+
6+
# TiDB 2.0.8 Release Notes
7+
8+
On October 16, 2018, TiDB 2.0.8 is released. Compared with TiDB 2.0.7, this release has great improvement in system compatibility and stability.
9+
10+
## TiDB
11+
12+
+ Improvement
13+
- Slow down the AUTO-ID increasing speed when the `Update` statement does not modify the corresponding AUTO-INCREMENT column [#7846](https://github.com/pingcap/tidb/pull/7846)
14+
+ Bug fixes
15+
- Quickly create a new etcd session to recover the service when the PD leader goes down [#7810](https://github.com/pingcap/tidb/pull/7810)
16+
- 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)
17+
- Fix the issue that `duplicate key update` inserts values incorrectly in some conditions [#7685](https://github.com/pingcap/tidb/pull/7685)
18+
- Fix the issue that the predicate conditions of `UnionScan` are not pushed down [#7726](https://github.com/pingcap/tidb/pull/7726)
19+
- 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)
20+
- Fix the memory leak issue caused by the statistics module in some conditions [#7864](https://github.com/pingcap/tidb/pull/7864)
21+
- Fix the issue that the results of `ANALYZE` cannot be obtained in some abnormal conditions [#7871](https://github.com/pingcap/tidb/pull/7871)
22+
- Do not fold the function `SYSDATE`, to ensure the returned results are correct [#7894](https://github.com/pingcap/tidb/pull/7894)
23+
- Fix the `substring_index` panic issue in some conditions [#7896](https://github.com/pingcap/tidb/pull/7896)
24+
- Fix the issue that `OUTER JOIN` is mistakenly converted to `INNER JOIN` in some conditions [#7899](https://github.com/pingcap/tidb/pull/7899)
25+
26+
## TiKV
27+
28+
+ Bug fix
29+
- Fix the issue that the memory consumed by Raftstore `EntryCache` keeps increasing when a node goes down [#3529](https://github.com/tikv/tikv/pull/3529)

releases/rn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ category: release
55

66
# TiDB Release Notes
77

8+
- [2.0.8](208.md)
89
- [2.1 RC3](21rc3.md)
910
- [2.1 RC2](21rc2.md)
1011
- [2.0.7](207.md)

0 commit comments

Comments
 (0)