Skip to content
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
4 changes: 3 additions & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
- [Table Filter](/table-filter.md)
- [CSV Support](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md)
- [Backends](/tidb-lightning/tidb-lightning-backends.md)
+ [Import Data in Parallel](/tidb-lightning/tidb-lightning-distributed-import.md)
- [Import Data in Parallel](/tidb-lightning/tidb-lightning-distributed-import.md)
- [Web Interface](/tidb-lightning/tidb-lightning-web-interface.md)
- [Monitor](/tidb-lightning/monitor-tidb-lightning.md)
- [FAQ](/tidb-lightning/tidb-lightning-faq.md)
Expand Down Expand Up @@ -574,6 +574,8 @@
- Release Notes
- [All Releases](/releases/release-notes.md)
- [Release Timeline](/releases/release-timeline.md)
- v5.3
- [5.3.0](/releases/release-5.3.0.md)
- v5.2
- [5.2.2](/releases/release-5.2.2.md)
- [5.2.1](/releases/release-5.2.1.md)
Expand Down
2 changes: 1 addition & 1 deletion _index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Designed for the cloud, TiDB provides flexible scalability, reliability and secu

- [TiDB Introduction](/overview.md)
- [Basic Features](/basic-features.md)
- [TiDB 5.2 Release Notes](/releases/release-5.2.0.md)
- [TiDB 5.3 Release Notes](/releases/release-5.3.0.md)
- [TiDB Release Timeline](/releases/release-timeline.md)
- [Compatibility with MySQL](/mysql-compatibility.md)
- [Usage Limitations](/tidb-limitations.md)
Expand Down
2 changes: 1 addition & 1 deletion pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you want to download the latest version of `pd-ctl`, directly download the Ti

> **Note:**
>
> `{version}` indicates the version number of TiDB. For example, if `{version}` is `v5.2.2`, the package download link is `https://download.pingcap.org/tidb-v5.2.2-linux-amd64.tar.gz`.
> `{version}` indicates the version number of TiDB. For example, if `{version}` is `v5.3.0`, the package download link is `https://download.pingcap.org/tidb-v5.3.0-linux-amd64.tar.gz`.

### Compile from source code

Expand Down
2 changes: 1 addition & 1 deletion pd-recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To download the latest version of PD Recover, directly download the TiDB package

> **Note:**
>
> `{version}` indicates the version number of TiDB. For example, if `{version}` is `v5.2.2`, the package download link is `https://download.pingcap.org/tidb-v5.2.2-linux-amd64.tar.gz`.
> `{version}` indicates the version number of TiDB. For example, if `{version}` is `v5.3.0`, the package download link is `https://download.pingcap.org/tidb-v5.3.0-linux-amd64.tar.gz`.

## Quick Start

Expand Down
401 changes: 401 additions & 0 deletions releases/release-5.3.0.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: Release Notes

# TiDB Release Notes

## 5.3

- [5.3.0](/releases/release-5.3.0.md)

## 5.2

- [5.2.2](/releases/release-5.2.2.md)
Expand Down
1 change: 1 addition & 0 deletions releases/release-timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This document shows all the released TiDB versions in reverse chronological orde

| Version | Release Date |
| :--- | :--- |
| [5.3.0](/releases/release-5.3.0.md) | 2021-11-30 |
| [5.2.2](/releases/release-5.2.2.md) | 2021-10-29 |
| [5.1.2](/releases/release-5.1.2.md) | 2021-09-27 |
| [5.0.4](/releases/release-5.0.4.md) | 2021-09-27 |
Expand Down