会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
zincredible
博客园
首页
新随笔
联系
管理
订阅
2021年6月13日
index merge导致死锁问题
摘要: 问题现象 前置条件: m_task 表 m_id和t_id是普通索引 这么一条简单的语句居然可能发生死锁 update m_task set `state`=1 where m_id=1 and t_id=1 org.springframework.dao.DeadlockLoserDataAcce
阅读全文
posted @ 2021-06-13 01:43 zincredible
阅读(300)
评论(0)
推荐(0)
编辑
公告