MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
lock0types.h File Reference
This graph shows which files directly or indirectly include this file:

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
}

Detailed Description

The transaction lock system global types

Created 5/7/1996 Heikki Tuuri

Definition in file lock0types.h.