Skip to content

Commit 4dc9c05

Browse files
authored
Refine the style of MySQL Compatibility (pingcap#11283)
1 parent b84a1be commit 4dc9c05

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mysql-compatibility.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ However, some features of MySQL are not supported. This could be because there i
1212

1313
<CustomContent platform="tidb">
1414

15-
- In addition, TiDB does not support the MySQL replication protocol, but provides specific tools to replicate data with MySQL.
16-
- Replicate data from MySQL: [TiDB Data Migration (DM)](/dm/dm-overview.md) is a tool that supports the full data migration and the incremental data replication from MySQL/MariaDB into TiDB.
17-
- Replicate data to MySQL: [TiCDC](/ticdc/ticdc-overview.md) is a tool for replicating the incremental data of TiDB by pulling TiKV change logs. TiCDC uses the [MySQL sink](/ticdc/ticdc-overview.md#sink-support) to replicate the incremental data of TiDB to MySQL.
15+
In addition, TiDB does not support the MySQL replication protocol, but provides specific tools to replicate data with MySQL:
16+
17+
- Replicate data from MySQL: [TiDB Data Migration (DM)](/dm/dm-overview.md) is a tool that supports the full data migration and the incremental data replication from MySQL/MariaDB into TiDB.
18+
- Replicate data to MySQL: [TiCDC](/ticdc/ticdc-overview.md) is a tool for replicating the incremental data of TiDB by pulling TiKV change logs. TiCDC uses the [MySQL sink](/ticdc/ticdc-overview.md#sink-support) to replicate the incremental data of TiDB to MySQL.
1819

1920
</CustomContent>
2021

2122
<CustomContent platform="tidb">
2223

2324
> **Note:**
2425
>
25-
> This page refers to general differences between MySQL and TiDB. Refer to the dedicated pages for [Security](/security-compatibility-with-mysql.md) and [Pessimistic Transaction Mode](/pessimistic-transaction.md#difference-with-mysql-innodb) compatibility.
26+
> This page describes general differences between MySQL and TiDB. See the dedicated pages for [Security](/security-compatibility-with-mysql.md) and [Pessimistic Transaction Mode](/pessimistic-transaction.md#difference-with-mysql-innodb) compatibility.
2627
2728
</CustomContent>
2829

0 commit comments

Comments
 (0)