240 发简信
IP属地:黑龙江
  • 将事务隔离级别将为read commit. 这个解决办法感觉不大好;
    应该先select 看看有没有数据,在delete 就避免你这个问题了。或者retry

    Delete&Insert引发的Mysql死锁

    近日遇到一个比较奇怪的deadlock错误, 错误详情: Deadlock found when trying to get lock; try restarting tra...