Skip to content
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

releases, TOC: add TiDB 3.0.8 Release Notes #2159

Merged
merged 17 commits into from
Dec 31, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
dev: add a release note
  • Loading branch information
CaitinChen authored Dec 31, 2019
commit d43342b1241de2081594007c42bd052bbe0855a9
1 change: 1 addition & 0 deletions dev/releases/3.0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ TiDB Ansible 版本:3.0.8
- `tidb_enable_table_partition` 变量支持 GLOBAL SCOPE 作用域 [#14091](http://github.com/pingcap/tidb/pull/14091)
- 修复新增权限时未正确将新增的权限赋予对应的用户导致用户权限可能缺失或者被误添加的问题 [#14178](http://github.com/pingcap/tidb/pull/14178)
- 修复当 TiKV 链接断开时,由于 `rpcClient` 不会关闭而导致 `CheckStreamTimeoutLoop` goroutine 会泄露的问题 [#14227](http://github.com/pingcap/tidb/pull/14227)
CaitinChen marked this conversation as resolved.
Show resolved Hide resolved
- 支持基于证书的身份验证 [#13955](https://github.com/pingcap/tidb/pull/13955)
lilin90 marked this conversation as resolved.
Show resolved Hide resolved
+ Transaction
- 创建新集群时,`tidb_txn_mode` 变量的默认值由 `””` 改为 `”pessimistic”` [#14171](http://github.com/pingcap/tidb/pull/14171)
- 修复悲观事务模式,事务重试时单条语句的等锁时间没有被重置导致等锁时间过长的问题 [#13990](http://github.com/pingcap/tidb/pull/13990)
Expand Down