MySQL 9.1.0
Source Code Documentation
|
Mini-transaction memo stack slot. More...
#include <mtr0mtr.h>
Public Member Functions | |
bool | is_lock () const |
Check if the object stored in this slot is a lock (rw_lock_t). More... | |
std::ostream & | print (std::ostream &out) const |
Public Attributes | |
void * | object |
Pointer to the object - either buf_block_t or rw_lock_t. More... | |
ulint | type |
type of the stored object (MTR_MEMO_S_LOCK, ...) More... | |
Mini-transaction memo stack slot.
|
inline |
Check if the object stored in this slot is a lock (rw_lock_t).
std::ostream & mtr_memo_slot_t::print | ( | std::ostream & | out | ) | const |
void* mtr_memo_slot_t::object |
Pointer to the object - either buf_block_t or rw_lock_t.
ulint mtr_memo_slot_t::type |
type of the stored object (MTR_MEMO_S_LOCK, ...)