Skip to content

Docs(mysql-questions-01.md) fix typos#2083

Merged
Snailclimb merged 1 commit intoSnailclimb:mainfrom
Guofuyinan:main
Jul 20, 2023
Merged

Docs(mysql-questions-01.md) fix typos#2083
Snailclimb merged 1 commit intoSnailclimb:mainfrom
Guofuyinan:main

Conversation

@Guofuyinan
Copy link
Copy Markdown
Contributor

doc fix typos

From:
例如:事务 1 读取某表中的数据 A=20,事务 1 修改 A=A-1,事务 2 读取到 A = 19,事务 1 回滚导致对 A 的修改并为提交到数据库, A 的值还是 20。

To:
例如:事务 1 读取某表中的数据 A=20,事务 1 修改 A=A-1,事务 2 读取到 A = 19,事务 1 回滚导致对 A 的修改并未提交到数据库, A 的值还是 20。

@Snailclimb Snailclimb merged commit 0638f92 into Snailclimb:main Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants