摘要:
关于 InnoDB 锁的超全总结 转载自:https://www.cnblogs.com/michael9/p/12443975.html 目录 InnoDB 锁一览 Shared and Exclusive Locks Intention Locks Record Locks Gap Locks 阅读全文
随笔分类 - mysql
mysql锁官方文档与理解之InnoDB锁
2020-07-18 20:37 by l_v_y_forever, 458 阅读, 收藏, 编辑
摘要:
This section describes lock types used by InnoDB. 翻译:本节描述了InnoDB使用的锁类型。 Shared and Exclusive Locks(共享锁和排他锁) Intention Locks(意向锁) Record Locks(记录锁) Gap 阅读全文
mysql锁官方文档与理解之InnoDB中不同的SQL语句设置的锁类型
2020-07-17 16:59 by l_v_y_forever, 405 阅读, 收藏, 编辑
摘要:
14.7.3 Locks Set by Different SQL Statements in InnoDB(InnoDB中不同的SQL语句设置的锁类型) A locking read, an UPDATE, or a DELETE generally set record locks on eve 阅读全文