Innodb里面关于如何处理死锁有这么一句:
Access your tables and rows in a fixed order. Then transactions form well-defined queues and do not deadlock.
问下,这个怎么理解,不是很明白 fixed order是么样子的order?
...全文
4272打赏收藏
fixed order是么 order?
Innodb里面关于如何处理死锁有这么一句: Access your tables and rows in a fixed order. Then transactions form well-defined queues and do not deadlock. 问下,这个怎么理解,不是很明白 fixed order是么样子的order?