Skip to content

Commit

Permalink
Fix the format of issue number (pingcap#10114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Jun 28, 2022
1 parent f6e4bbf commit 2a93d4b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion releases/release-2.0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ aliases: ['/docs-cn/dev/releases/release-2.0.9/','/docs-cn/dev/releases/209/']
- 修复 etcd 启动失败导致的服务挂起问题 [#1267](https://github.com/pingcap/pd/pull/1267)
- 修复 `pd-ctl` 读取 Region key 的相关问题 [#1298](https://github.com/pingcap/pd/pull/1298) [#1299](https://github.com/pingcap/pd/pull/1299) [#1308](https://github.com/pingcap/pd/pull/1308)
- 修复 `regions/check` API 输出错误的问题 [#1311](https://github.com/pingcap/pd/pull/1311)
- 修复 PD join 失败后无法重新 join 的问题 [1279](https://github.com/pingcap/pd/pull/1279)
- 修复 PD join 失败后无法重新 join 的问题 [#1279](https://github.com/pingcap/pd/pull/1279)

## TiKV

Expand Down
2 changes: 1 addition & 1 deletion releases/release-2.1.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TiDB Ansible 版本:2.1.14
- 支持根据负载情况自动调整 Auto ID 分配的步长 [#10997](https://github.com/pingcap/tidb/pull/10997)
- 修复 SQL 查询结束时 `MemTracker` 统计的 DistSQL 内存信息未正确清理的问题 [#10971](https://github.com/pingcap/tidb/pull/10971)
- `information_schema.processlist` 表中新增 `MEM` 列用于描述 Query 的内存使用情况 [#10896](https://github.com/pingcap/tidb/pull/10896)
- 新增全局系统变量 `max_execution_time`,用于控制查询的最大执行时间 [10940](https://github.com/pingcap/tidb/pull/10940)
- 新增全局系统变量 `max_execution_time`,用于控制查询的最大执行时间 [#10940](https://github.com/pingcap/tidb/pull/10940)
- 修复使用未支持的聚合函数导致 TiDB panic 的问题 [#10911](https://github.com/pingcap/tidb/pull/10911)
- 新增 `load data` 语句失败后自动回滚最后一个事务功能 [#10862](https://github.com/pingcap/tidb/pull/10862)
- 修复 TiDB 超过内存配额的行为配置为 CANCEL 时,某些情况下 TiDB 返回结果不正确的问题 [#11016](https://github.com/pingcap/tidb/pull/11016)
Expand Down
2 changes: 1 addition & 1 deletion releases/release-5.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ TiDB 版本:5.0.3
- 修复了操作符 `<=>` 不能正确生效的问题 [#24477](https://github.com/pingcap/tidb/issues/24477)
- 修复并行 `Apply` 算子的数据竞争问题 [#23280](https://github.com/pingcap/tidb/issues/23280)
- 修复对 PartitionUnion 算子的 IndexMerge 结果排序时出现 `index out of range` 错误 [#23919](https://github.com/pingcap/tidb/issues/23919)
- 修复 `tidb_snapshot` 被允许设置为非预期的过大值,而可能造成事务隔离性被破坏的问题 [25680]( https://github.com/pingcap/tidb/issues/25680)
- 修复 `tidb_snapshot` 被允许设置为非预期的过大值,而可能造成事务隔离性被破坏的问题 [#25680]( https://github.com/pingcap/tidb/issues/25680)
- 修复 ODBC 类常数(例如 `{d '2020-01-01'}`)不能被用作表达式的问题 [#25531](https://github.com/pingcap/tidb/issues/25531)
- 修复 `SELECT DISTINCT` 被转化为 Batch Get 而导致结果不正确的问题 [#25320](https://github.com/pingcap/tidb/issues/25320)
- 修复无法触发将查询从 TiFlash 回退到 TiKV 的问题 [#23665](https://github.com/pingcap/tidb/issues/23665) [#24421](https://github.com/pingcap/tidb/issues/24421)
Expand Down
8 changes: 4 additions & 4 deletions releases/release-5.2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ TiDB 版本:5.2.2
- 修复当设置 `NO_UNSIGNED_SUBTRACTION` 时创建分区失败的问题 [#26765](https://github.com/pingcap/tidb/issues/26765)
- 避免在列修剪和聚合下推中使用有副作用的表达式 [#27106](https://github.com/pingcap/tidb/issues/27106)
- 删除无用的 gRPC 日志 [#24190](https://github.com/pingcap/tidb/issues/24190)
- 限制有效的小数点长度以修复精度相关的问题 [3091](https://github.com/pingcap/tics/issues/3091)
- 修复 `plus` 表达式中检查溢出方法出错的问题 [26977](https://github.com/pingcap/tidb/issues/26977)
- 修复当导出带有 `new collation` 数据的表的统计信息时报 `data too long` 错误的问题 [27024](https://github.com/pingcap/tidb/issues/27024)
- 修复 `TIDB_TRX` 中不包含重试事务的问题 [28670](https://github.com/pingcap/tidb/pull/28670)
- 限制有效的小数点长度以修复精度相关的问题 [#3091](https://github.com/pingcap/tics/issues/3091)
- 修复 `plus` 表达式中检查溢出方法出错的问题 [#26977](https://github.com/pingcap/tidb/issues/26977)
- 修复当导出带有 `new collation` 数据的表的统计信息时报 `data too long` 错误的问题 [#27024](https://github.com/pingcap/tidb/issues/27024)
- 修复 `TIDB_TRX` 中不包含重试事务的问题 [#28670](https://github.com/pingcap/tidb/pull/28670)

+ TiKV

Expand Down
2 changes: 1 addition & 1 deletion releases/release-6.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ TiDB 版本:6.1.0
- 修复 `not leader` 的 status code 有误的问题 [#4797](https://github.com/tikv/pd/issues/4797)
- 修复在某些特殊情况下 TSO fallback 的问题 [#4884](https://github.com/tikv/pd/issues/4884)
- 修复已清除的 `tombstone store` 信息在切换 PD leader 后再次出现的问题 [#4941](https://github.com/tikv/pd/issues/4941)
- 修复 PD leader 转移后调度不能立即启动的问题 [4769](https://github.com/tikv/pd/issues/4769)
- 修复 PD leader 转移后调度不能立即启动的问题 [#4769](https://github.com/tikv/pd/issues/4769)

+ TiDB Dashboard

Expand Down

0 comments on commit 2a93d4b

Please sign in to comment.