SQLite Forum

lock pending
Login

lock pending

(1) By sqlite3_preupdate_count (XiongZaiBingGan) on 2020-12-31 12:22:30 [source]

I have a question: the book <SQLite Database System Design and Implementation> chapter 4.2.2 says: A pending lock is always just a temporary stepping stone to the path to an exclusive lock.

is that mean when obtain exclusive lock success,the writelock at "pending byte" is unlocked ? anyone knows about it?

(2) By Keith Medcalf (kmedcalf) on 2020-12-31 19:24:54 in reply to 1 [link] [source]