Skip to content

releases, readme: add the release notes for 2.0.3 #750

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

Merged
merged 1 commit into from
Jun 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
- [常见问题与解答(FAQ)](FAQ.md)
- [最佳实践](https://pingcap.com/blog-cn/tidb-best-practice/)
+ [版本发布历史](releases/rn.md)
- [2.0.3](releases/203.md)
- [2.0.2](releases/202.md)
- [2.0.1](releases/201.md)
- [2.0](releases/2.0ga.md)
Expand Down
37 changes: 37 additions & 0 deletions releases/203.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: TiDB 2.0.3 release notes
category: Releases
---

# TiDB 2.0.3 Release Notes

2018 年 6 月 1 日,TiDB 发布 2.0.3 版。该版本在 2.0.2 版的基础上,对系统兼容性、稳定性做出了改进。

## TiDB

- 支持在线更改日志级别
- 支持 `COM_CHANGE_USER` 命令
- 支持二进制协议情况下使用时间类型参数
- 优化带 `BETWEEN` 表达式的查询条件代价估算
- 在 `SHOW CREATE TABLE` 里不显示 `FOREIGN KEY` 信息
- 优化带 `LIMIT` 子句的查询代价估算
- 修复 `YEAR` 类型作为唯一索引的问题
- 修复在没有唯一索引的情况下 `ON DUPLICATE KEY UPDATE` 的问题
- 修复 `CEIL` 函数的兼容性问题
- 修复 `DECIMAL` 类型计算 `DIV` 的精度问题
- 修复 `ADMIN CHECK TABLE` 误报的问题
- 修复 `MAX`/`MIN` 在特定表达式参数下 panic 的问题
- 修复特殊情况下 `JOIN` 结果为空的问题
- 修复 `IN` 表达式构造查询 `Range` 的问题
- 修复使用 `Prepare` 方式进行查询且启用 `Plan Cache` 情况下的 Range 计算问题
- 修复异常情况下频繁加载 Schema 信息的问题

## PD

- 修复在特定条件下收集 hot-cache metrics 会 panic 的问题
- 修复对旧的 Region 产生调度的问题

## TiKV

- 修复 learner flag 错误上报给 PD 的 bug
- 在 `do_div_mod` 中 `divisor/dividend` 为 0 时返回错误
1 change: 1 addition & 0 deletions releases/rn.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ category: release

TiDB 历史版本发布声明如下:

- [2.0.3](203.md)
- [2.0.2](202.md)
- [2.0.1](201.md)
- [2.0](2.0ga.md)
Expand Down