Skip to content

Commit

Permalink
fix(ddl.md): correct typo from "asyncronous" to "asynchronous" (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlwilliamx authored Sep 4, 2024
1 parent b284a0e commit e9c4077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/understand-tidb/ddl.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The states used are defined in [tidb/parser/model/model.go](https://github.com/p
StatePublic
```

Note: this is a very different implementation from MySQL, which uses Meta Data Locks (MDL) for keeping a single version of the MySQL instance schemas at a time. This results in MySQL replicas can have different version of the schemas, due to lag in asyncronous replication. TiDB has always a consistent view of all schemas in the cluster.
Note: this is a very different implementation from MySQL, which uses Meta Data Locks (MDL) for keeping a single version of the MySQL instance schemas at a time. This results in MySQL replicas can have different version of the schemas, due to lag in asynchronous replication. TiDB has always a consistent view of all schemas in the cluster.

## Implementation

Expand Down

0 comments on commit e9c4077

Please sign in to comment.