Go to the source code of this file.
Macros | |
#define | lock0types_h |
#define | lock_t ib_lock_t |
Typedefs | |
typedef struct lock_struct | lock_t |
typedef struct lock_sys_struct | lock_sys_t |
Enumerations | |
enum | lock_mode { LOCK_IS = 0, LOCK_IX, LOCK_S, LOCK_X, LOCK_AUTO_INC, LOCK_NONE, LOCK_NUM = LOCK_NONE } |
The transaction lock system global types
Created 5/7/1996 Heikki Tuuri
Definition in file lock0types.h.