~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

InnoDB compiles clean. Need to send this patch upstream. 

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