Skip to content

Commit

Permalink
Merge pull request huihut#76 from TR666/master
Browse files Browse the repository at this point in the history
Correction of typos
  • Loading branch information
huihut authored Apr 2, 2021
2 parents cd9f4df + ec2d6e9 commit 0adfa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,7 @@ ssize_t write(int fd, const void *buf, size_t count);
* 基本封锁类型:排他锁(X 锁 / 写锁)、共享锁(S 锁 / 读锁)。
* 活锁死锁:
* 活锁:事务永远处于等待状态,可通过先来先服务的策略避免。
* 死锁:事物永远不能结束
* 死锁:事务永远不能结束
* 预防:一次封锁法、顺序封锁法;
* 诊断:超时法、等待图法;
* 解除:撤销处理死锁代价最小的事务,并释放此事务的所有的锁,使其他事务得以继续运行下去。
Expand Down

0 comments on commit 0adfa8d

Please sign in to comment.