|
> 可以通过rollback to savepoint可以释放所占的行锁,
I thought about that. But rollback to savepoints is not the same as individually control (rollback etc) each line lock. Suppose locks are placed on lines 1, 2, and 3, in that order, and I want to release the lock on 1 only. You can't release a lock created earlier than a lock you want to preserve. Rollback to a savepoint can do the opposite. |
|