~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-05 17:07:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705170746-8aq11u9fuwtfwy85
Removed my_alarm. Made my_lock only do the non-alarm version. Moved my_lock to MyISAM where it belongs.

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