[Mysql] Mysql InnoDB의 데드락 상황 회피관련 DeadLock Victim에 대해
MySQL :: MySQL 8.0 Reference Manual :: 15.7.5 Deadlocks in InnoDBA deadlock is a situation where different transactions are unable to proceed because each holds a lock that the other needs. Because both transactions are waiting for a resource to become available, neither ever release the locks it holds.https://dev.mysql.com/doc/refman/8.0/en/innodb-deadlocks.htmlMySQL :: MySQL 8.0 Reference Manu..