Skip to content

Commit

Permalink
fix broken links (#9840)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Jun 15, 2022
1 parent 4a4f78f commit 65a1835
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dm/dm-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ tiup install dm dmctl

## License

DM 遵循 Apache 2.0 协议,在 [LICENSE](https://github.com/pingcap/tiflow/blob/master/dm/LICENSE) 了解更多信息。
DM 遵循 Apache 2.0 协议,在 [LICENSE](https://github.com/pingcap/tiflow/blob/master/LICENSE) 了解更多信息。

## 版本变更说明

Expand Down
2 changes: 1 addition & 1 deletion releases/release-2.1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TiDB Ansible 版本:2.1.8
- `STR_TO_DATE` 函数支持格式 `%H`,提升兼容性 [#9964](https://github.com/pingcap/tidb/pull/9964)
- 修复 `GROUP_CONCAT` 函数在 group by 唯一索引的情况下结果错误的问题 [#9969](https://github.com/pingcap/tidb/pull/9969)
- 当 Optimizer Hints 存在不匹配的表名的时候返回 warning [#9970](https://github.com/pingcap/tidb/pull/9970)
- 统一日志格式规范,利于工具收集分析[日志规范](https://github.com/tikv/rfcs/blob/master/text/2018-12-19-unified-log-format.md)
- 统一日志格式规范,利于工具收集分析日志规范
- 修复大量 NULL 值导致统计信息估算不准确的问题 [#9979](https://github.com/pingcap/tidb/pull/9979)
- 修复 TIMESTAMP 类型默认值为边界值的时候报错的问题 [#9987](https://github.com/pingcap/tidb/pull/9987)
- 检查设置 `time_zone` 值的合法性 [#10000](https://github.com/pingcap/tidb/pull/10000)
Expand Down
6 changes: 3 additions & 3 deletions releases/release-3.0.0-beta.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TiDB Ansible 版本:3.0.0-beta.1
- 支持通过配置文件管理发送 binlog 策略 [#9864](https://github.com/pingcap/tidb/pull/9864)
- 支持通过内存表 `INFORMATION_SCHEMA.SLOW_QUERY` 查询慢日志 [#9290](https://github.com/pingcap/tidb/pull/9290)
- 将 TiDB 显示的 MySQL Version 从 5.7.10 变更为 5.7.25 [#9553](https://github.com/pingcap/tidb/pull/9553)
- 统一[日志格式规范](https://github.com/tikv/rfcs/blob/master/text/2018-12-19-unified-log-format.md),利于工具收集分析
- 统一日志格式规范,利于工具收集分析
- 增加监控项 `high_error_rate_feedback_total`,记录实际数据量与统计信息估算数据量差距情况 [#9209](https://github.com/pingcap/tidb/pull/9209)
- 新增 Database 维度的 QPS 监控项 , 可以通过配置项开启 [#9151](https://github.com/pingcap/tidb/pull/9151)
+ DDL
Expand All @@ -65,7 +65,7 @@ TiDB Ansible 版本:3.0.0-beta.1

## PD

+ 统一[日志格式规范](https://github.com/tikv/rfcs/blob/master/text/2018-12-19-unified-log-format.md),利于工具收集分析
+ 统一日志格式规范,利于工具收集分析
+ 模拟器
- 支持不同 store 可采用不同的心跳间隔时间 [#1418](https://github.com/pingcap/pd/pull/1418)
- 添加导入数据的场景 [#1263](https://github.com/pingcap/pd/pull/1263)
Expand All @@ -83,7 +83,7 @@ TiDB Ansible 版本:3.0.0-beta.1
- 实现将表达式树转化成 RPN 格式 [#4329](https://github.com/tikv/tikv/pull/4329)
- TableScan 算子实现为 Batch 方式,通过向量化计算加速计算 [#4351](https://github.com/tikv/tikv/pull/4351)

- 统一[日志格式规范](https://github.com/tikv/rfcs/blob/master/text/2018-12-19-unified-log-format.md),利于工具收集分析
- 统一日志格式规范,利于工具收集分析
- 支持 Raw Read 接口使用 Local Reader 进行读 [#4222](https://github.com/tikv/tikv/pull/4222)
- 新增配置信息的 Metrics [#4206](https://github.com/tikv/tikv/pull/4206)
- 新增 Key 越界的 Metrics [#4255](https://github.com/tikv/tikv/pull/4255)
Expand Down
2 changes: 1 addition & 1 deletion releases/release-3.0.0-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ TiDB Ansible 版本:3.0.0-rc.1
- Importer 支持 upload SST 到 TiKV 限速 [#4412](https://github.com/tikv/tikv/pull/4412)
- Lightning 优化导入表的顺序,按照表的数据大小顺序进行导入,减少导入过程中大表执行 checksum 和 Analyze 对集群的影响,并且提高 Checksum 和 Analyze 的成功率 [#156](https://github.com/pingcap/tidb-lightning/pull/156)
- 提升 Lightning encode SQL 性能,性能提升 50%,直接解析数据源文件内容成 TiDB 的 types.Datum,省去 KV encoder 的多余解析工作 [#145](https://github.com/pingcap/tidb-lightning/pull/145)
- 日志格式改为 [Unified Log Format](https://github.com/tikv/rfcs/blob/master/text/2018-12-19-unified-log-format.md) [#162](https://github.com/pingcap/tidb-lightning/pull/162)
- 日志格式改为 Unified Log Format [#162](https://github.com/pingcap/tidb-lightning/pull/162)
- 新增一些命令行选项,即使缺少配置文件也能使用。[#157](https://github.com/pingcap/tidb-lightning/pull/157)
+ 数据同步对比工具 (sync-diff-inspector)
- 支持 checkpoint,记录校验状态,重启后从上次进度继续校验 [#224](https://github.com/pingcap/tidb-tools/pull/224)
Expand Down

0 comments on commit 65a1835

Please sign in to comment.