~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/lock0lock.h

  • Committer: Brian Aker
  • Date: 2008-07-07 16:58:11 UTC
  • mfrom: (77.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080707165811-jfqxacc3436dut4n
Merge from Monty's tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
691
691
        hash_table_t*   rec_hash;       /* hash table of the record locks */
692
692
};
693
693
 
694
 
/* The lock system */
695
 
extern lock_sys_t*      lock_sys;
696
 
 
697
 
 
698
694
#ifndef UNIV_NONINL
699
695
#include "lock0lock.ic"
700
696
#endif