MySQL 5.6.14 Source Code Document
|
#include "pfs_atomic.h"
Go to the source code of this file.
Classes | |
struct | pfs_lock |
Macros | |
#define | PFS_LOCK_FREE 0x00 |
#define | PFS_LOCK_DIRTY 0x01 |
#define | PFS_LOCK_ALLOCATED 0x02 |
#define | VERSION_MASK 0xFFFFFFFC |
#define | STATE_MASK 0x00000003 |
#define | VERSION_INC 4 |
Performance schema internal locks (declarations).
Definition in file pfs_lock.h.