~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

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