Public Attributes | |
| void * | latch |
| ulint | level |
An acquired mutex or rw-lock and its level in the latching order
Definition at line 236 of file sync0sync.cc.
| void* sync_level_struct::latch |
pointer to a mutex or an rw-lock; NULL means that the slot is empty
Definition at line 237 of file sync0sync.cc.
| ulint sync_level_struct::level |
level of the latch in the latching order
Definition at line 239 of file sync0sync.cc.