The transaction system sets write-locks for dropped objects
Details
| Detail name | Value |
|---|---|
| Changelog Number | 13326 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 8.7.0 |
| Resolution Date | 2022-11-01 |
Background
The transaction system does not set locks when dropping objects. This could lead to some unexpected behaviors as the object to be dropped can be accessed until the commit of the dropping transaction.
Improvement
When dropping an object the transaction is protected by setting write-lock on the dropped object.
Changed behavior
Write-locks are set when dropping an object.