Skip to content

Commit a4cf511

Browse files
committed
fix ci
1 parent 4323b33 commit a4cf511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dm/shard-merge-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Then you can perform the following steps to fix the `ERROR 1062 (23000): Duplica
120120

121121
## Special processing when the upstream RDS contains sharded tables
122122

123-
If the upstream data source is an RDS and it contains sharded tables, the table names in MySQL binlog might be invisible when connecting to a SQL client. For example, if the upstream is a UCloud distributed database, the table name in the binlog might have an extra prefix `_0001`. Therefore, you need to configure [table routing](dm-key-features.md#table-routing) based on the table names in binlog, instead of those in the SQL client.
123+
If the upstream data source is an RDS and it contains sharded tables, the table names in MySQL binlog might be invisible when connecting to a SQL client. For example, if the upstream is a UCloud distributed database, the table name in the binlog might have an extra prefix `_0001`. Therefore, you need to configure [table routing](/dm/dm-key-features.md#table-routing) based on the table names in binlog, instead of those in the SQL client.
124124

125125
## Create/drop tables in the upstream
126126

0 commit comments

Comments
 (0)