00001 /****************************************************** 00002 The transaction lock system global types 00003 00004 (c) 1996 Innobase Oy 00005 00006 Created 5/7/1996 Heikki Tuuri 00007 *******************************************************/ 00008 00009 #ifndef lock0types_h 00010 #define lock0types_h 00011 00012 #define lock_t ib_lock_t 00013 typedef struct lock_struct lock_t; 00014 typedef struct lock_sys_struct lock_sys_t; 00015 00016 #endif
1.4.7

