Skip to content

Commit

Permalink
Fix typo (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenli authored and QueenyJin committed Aug 4, 2017
1 parent acadc3f commit 1d56e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mysql-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ TiDB implements the asynchronous schema changes algorithm in F1. The Data Manipu

### Transaction

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.
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.

**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.

Expand Down

0 comments on commit 1d56e59

Please sign in to comment.