|
MySQL 5.6.14 Source Code Document
|
Public Types | |
| enum | ErrorCode { OK = 0, NoSuchLock = 1, OutOfLockRecords = 2, DistributedLockNotSupported = 3, LockAlreadyHeld = 4, InLockQueue = 5 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=5) | |
Public Attributes | |
| Uint32 | senderData |
| Uint32 | senderRef |
| Uint32 | lockId |
| Uint32 | errorCode |
| Uint32 | extra |
Friends | |
| class | Dbdih |
| class | MutexManager |
| class | DbUtil |
| bool | printUTIL_LOCK_REF (FILE *, const Uint32 *, Uint32, Uint16) |
Definition at line 80 of file UtilLock.hpp.
|
friend |
Reciver
Definition at line 85 of file UtilLock.hpp.
|
friend |
Sender
Definition at line 91 of file UtilLock.hpp.