mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-14 21:54:23 +01:00
Before this commit, deadlocks were possible (and detected), because some functions took row_versions lock first, and then individual transaction locks, while other functions took the locks in opposite order.