Skip to content

Commit 5b241dc

Browse files
Joyinqinlilin90
andauthored
sql-statement-begin: fix a typo (pingcap#3823)
* sql: fix typo of `Begin` statement * Update sql-statement-begin.md Co-authored-by: Lilian Lee <[email protected]>
1 parent 82e9dea commit 5b241dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql-statements/sql-statement-begin.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Query OK, 0 rows affected (0.01 sec)
3434

3535
## MySQL compatibility
3636

37-
TiDB supports the syntax extension of `BEGIN PESSMISTIC` or `BEGIN OPTIMISTIC`. This enables you to override the default transactional model for your transaction.
37+
TiDB supports the syntax extension of `BEGIN PESSIMISTIC` or `BEGIN OPTIMISTIC`. This enables you to override the default transactional model for your transaction.
3838

3939
## See also
4040

4141
* [COMMIT](/sql-statements/sql-statement-commit.md)
4242
* [ROLLBACK](/sql-statements/sql-statement-rollback.md)
4343
* [START TRANSACTION](/sql-statements/sql-statement-start-transaction.md)
4444
* [TiDB optimistic transaction model](/optimistic-transaction.md)
45-
* [TiDB pessimistic transaction model](/pessimistic-transaction.md)
45+
* [TiDB pessimistic transaction model](/pessimistic-transaction.md)

0 commit comments

Comments
 (0)