mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Cleanup.
This commit is contained in:
parent
2a21263d7d
commit
a12e7b6eaa
@ -513,7 +513,6 @@ static SLONG get_owner_handle(thread_db* tdbb, enum lck_t lock_type)
|
|||||||
case LCK_database:
|
case LCK_database:
|
||||||
case LCK_bdb:
|
case LCK_bdb:
|
||||||
case LCK_shadow:
|
case LCK_shadow:
|
||||||
case LCK_retaining:
|
|
||||||
case LCK_backup_alloc:
|
case LCK_backup_alloc:
|
||||||
case LCK_backup_database:
|
case LCK_backup_database:
|
||||||
case LCK_monitor:
|
case LCK_monitor:
|
||||||
|
@ -50,7 +50,6 @@ enum lck_t {
|
|||||||
LCK_attachment, // Attachment lock
|
LCK_attachment, // Attachment lock
|
||||||
LCK_shadow, // Lock to synchronize addition of shadows
|
LCK_shadow, // Lock to synchronize addition of shadows
|
||||||
LCK_sweep, // Sweep lock for single sweeper
|
LCK_sweep, // Sweep lock for single sweeper
|
||||||
LCK_retaining, // Youngest commit retaining transaction
|
|
||||||
LCK_expression, // Expression index caching mechanism
|
LCK_expression, // Expression index caching mechanism
|
||||||
LCK_prc_exist, // Procedure existence lock
|
LCK_prc_exist, // Procedure existence lock
|
||||||
LCK_update_shadow, // shadow update sync lock
|
LCK_update_shadow, // shadow update sync lock
|
||||||
|
Loading…
Reference in New Issue
Block a user