MySQL半一致性读原理解析-从源码角度解析

1、什么是半一致性读 A type of read operation used for UPDATE statements, that is a combination of read committed and consistent read. When an UPDATE statement examines a row that is already locked, InnoDB retu
相关文章
相关标签/搜索