8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 08:03:04 +01:00
This commit is contained in:
dimitr 2013-08-19 17:29:44 +00:00
parent 2a21263d7d
commit a12e7b6eaa
2 changed files with 0 additions and 2 deletions

View File

@ -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:

View File

@ -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