~ubuntu-branches/debian/squeeze/firebird2.0/squeeze

« back to all changes in this revision

Viewing changes to src/jrd/lck.h

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-05-04 11:17:29 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090504111729-vrob1xe54hrvf8ij
Tags: 2.0.5.13206-0.ds2-3
change Section to database

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        LCK_backup_alloc,           /* Lock for page allocation table in backup spare file */
54
54
        LCK_backup_database,        /* Lock to protect writing to database file */
55
55
        LCK_backup_end,                         /* Lock to protect end_backup consistency */
56
 
        LCK_rel_partners                        /* Relation partners lock */
 
56
        LCK_rel_partners,                       /* Relation partners lock */
 
57
        LCK_btr_dont_gc                         // lock for b-tree page to prevent its removing from index
57
58
};
58
59
 
59
60
/* Lock owner types */