Skip to content

Commit 1d56e59

Browse files
shenliQueenyJin
authored andcommitted
Fix typo (#148)
1 parent acadc3f commit 1d56e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/mysql-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ TiDB implements the asynchronous schema changes algorithm in F1. The Data Manipu
6767

6868
### Transaction
6969

70-
TiDB implementsa an optimistic transaction model. Unlike MySQL, which uses row-level locking to avoid write conflict, in TiDB, the write conflict is checked only in the `commit` process during the execution of the statements like `Update`, `Insert`, `Delete`, and so on.
70+
TiDB implements an optimistic transaction model. Unlike MySQL, which uses row-level locking to avoid write conflict, in TiDB, the write conflict is checked only in the `commit` process during the execution of the statements like `Update`, `Insert`, `Delete`, and so on.
7171

7272
**Note:** On the business side, remember to check the returned results of `commit` because even there is no error in the execution, there might be errors in the `commit` process.
7373

0 commit comments

Comments
 (0)