forked from pingcap/docs-cn
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
releases, readme: add 2.0.8 releases notes
Via: pingcap/docs#676
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: TiDB 2.0.8 release notes | ||
category: Releases | ||
--- | ||
|
||
# TiDB 2.0.8 Release Notes | ||
|
||
2018 年 10 月 16 日,TiDB 发布 2.0.8 版。该版本在 2.0.7 版的基础上,对系统兼容性、稳定性做出了改进。 | ||
|
||
## TiDB | ||
|
||
+ 功能改进 | ||
- 在 `Update` 没有更改相应 AUTO-INCREMENT 列情况下,防止 AUTO-ID 被消耗过快 [#7846](https://github.com/pingcap/tidb/pull/7846) | ||
+ Bug 修复 | ||
- 在 PD Leader 异常宕机的情况下,TiDB 快速创建 etcd Session 恢复服务 [#7810](https://github.com/pingcap/tidb/pull/7810) | ||
- 修复 `DateTime` 类型使用默认值时候没有考虑时区的问题 [#7672](https://github.com/pingcap/tidb/pull/7672) | ||
- 修复 `duplicate key update` 在某些情况下没有正确插入值的问题 [#7685](https://github.com/pingcap/tidb/pull/7685) | ||
- 修复 `UnionScan` 中谓词条件没有下推的问题 [#7726](https://github.com/pingcap/tidb/pull/7726) | ||
- 修复增加 `TIMESTAMP` 索引没有正确处理时区的问题 [#7812](https://github.com/pingcap/tidb/pull/7812) | ||
- 修复某些情况下统计信息模块导致的内存泄露问题 [#7864](https://github.com/pingcap/tidb/pull/7864) | ||
- 修复在某些异常情况下,无法获得 `ANALYZE` 结果的问题 [#7871](https://github.com/pingcap/tidb/pull/7871) | ||
- 令 `SYSDATE` 不做表达式展开,以返回正确的结果 [#7894](https://github.com/pingcap/tidb/pull/7894) | ||
- 修复某些情况下,`substring_index` panic 的问题 [#7896](https://github.com/pingcap/tidb/pull/7896) | ||
- 修复某些情况下,错误将 `OUTER JOIN` 转为 `INNER JOIN` 的问题 [#7899](https://github.com/pingcap/tidb/pull/7899) | ||
|
||
## TiKV | ||
|
||
+ Bug 修复 | ||
- 修复节点宕机时 Raftstore `EntryCache` 占用内存持续上升的问题 [#3529](https://github.com/tikv/tikv/pull/3529) |
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