lck.h (Firebird-3.0.2.32703-0.tar.bz2) | : | lck.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 73 | skipping to change at line 73 | |||
LCK_tt_exist, // TextType existence lock | LCK_tt_exist, // TextType existence lock | |||
LCK_cancel, // Cancellation lock | LCK_cancel, // Cancellation lock | |||
LCK_btr_dont_gc, // Prevent removal of b-tree page from index | LCK_btr_dont_gc, // Prevent removal of b-tree page from index | |||
LCK_shared_counter, // Database-wide shared counter | LCK_shared_counter, // Database-wide shared counter | |||
LCK_tra_pc, // Precommitted transacti on lock | LCK_tra_pc, // Precommitted transacti on lock | |||
LCK_rel_gc, // Allow garbage collecti on for relation | LCK_rel_gc, // Allow garbage collecti on for relation | |||
LCK_fun_exist, // Function existence lock | LCK_fun_exist, // Function existence lock | |||
LCK_rel_rescan, // Relation forced rescan lock | LCK_rel_rescan, // Relation forced rescan lock | |||
LCK_crypt, // Crypt lock for single crypt thread | LCK_crypt, // Crypt lock for single crypt thread | |||
LCK_crypt_status, // Notifies about changed databas e encryption status | LCK_crypt_status, // Notifies about changed databas e encryption status | |||
LCK_record_gc // Record-level GC lock | LCK_record_gc, // Record-level GC lock | |||
LCK_alter_database // ALTER DATABASE lock | ||||
}; | }; | |||
// Lock owner types | // Lock owner types | |||
enum lck_owner_t { | enum lck_owner_t { | |||
LCK_OWNER_database = 1, // A database is the owner of the lock | LCK_OWNER_database = 1, // A database is the owner of the lock | |||
LCK_OWNER_attachment // An attachment is the owner of the lock | LCK_OWNER_attachment // An attachment is the owner of the lock | |||
}; | }; | |||
class Lock : public pool_alloc_rpt<UCHAR, type_lck> | class Lock : public pool_alloc_rpt<UCHAR, type_lck> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |