If a row lock hits its memory threshold for locks, lets say in this case it is exactly 5000, and a table lock is created. I assume it drops all the other row locks, releasing the memory, and adopts a single table lock. Is this a correct assumption?
↧