Handling innoDB deadlock

后端 未结 3 612
旧巷少年郎
旧巷少年郎 2021-02-09 06:08

I\'ve been getting a Deadlock found when trying to get lock; try restarting transaction error on my InnoDB tables. Here is the query:

UPDATE views 
         


        
3条回答
  •  温柔的废话
    2021-02-09 06:33

    Here is good documentation about handling InnoDB deadlocks.

    PS: I didn't have anything more to add so just gave you the link.

提交回复
热议问题