List of all members.
Public Member Functions |
|
Table ** | getTable () |
|
THR_LOCK_DATA ** | getLocks () |
|
size_t | sizeTable () const |
|
void | resizeTable (size_t arg) |
|
size_t | sizeLock () const |
|
void | resetLock () |
|
void | setLock (size_t arg) |
|
void | reset (void) |
|
void | unlock (uint32_t count) |
|
| DrizzleLock (size_t table_count_arg) |
Private Attributes |
|
uint32_t | lock_count |
|
std::vector< Table * > | table |
|
std::vector< THR_LOCK_DATA * > | locks |
|
std::vector< THR_LOCK_DATA * > | copy_of |
Detailed Description
Definition at line 33 of file lock.h.
The documentation for this class was generated from the following files: