~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Removed SCCS references.

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
 
694
698
#ifndef UNIV_NONINL
695
699
#include "lock0lock.ic"
696
700
#endif