MySQL 5.6.14 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | lock_t ib_lock_t |
Enumerations | |
enum | lock_mode { LOCK_IS = 0, LOCK_IX, LOCK_S, LOCK_X, LOCK_AUTO_INC, LOCK_NONE, LOCK_NUM = LOCK_NONE, LOCK_NONE_UNSET = 255 } |
The transaction lock system global types
Created 5/7/1996 Heikki Tuuri
Definition in file lock0types.h.