Update MySQL_基础.md

This commit is contained in:
heibaiying 2023-02-20 19:30:18 +08:00 committed by GitHub
parent 91705e2e30
commit 32d7edaa72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,7 +285,7 @@ InnoDB 存储引擎完全支持 ACID 模型:
**1.丢失更新**
一个事务的更新操作被另外一个事务的更新操作覆盖,从而导致数据不一致:
一个事务的更新操作被另外一个事务的更新操作覆盖,从而导致数据不一致:
<div align="center"> <img src="https://gitee.com/heibaiying/Full-Stack-Notes/raw/master/pictures/mysql-修改丢失.png"/> </div>