MySQL 9.1.0
Source Code Documentation
|
Find specific object. More...
Public Member Functions | |
Find (const void *object, ulint type) | |
Constructor. More... | |
bool | operator() (mtr_memo_slot_t *slot) |
Public Attributes | |
mtr_memo_slot_t * | m_slot |
Slot if found. More... | |
ulint | m_type |
Type of the object to look for. More... | |
const void * | m_object |
The object instance to look for. More... | |
Find specific object.
|
inline |
Constructor.
|
inline |
const void* Find::m_object |
The object instance to look for.
mtr_memo_slot_t* Find::m_slot |
Slot if found.
ulint Find::m_type |
Type of the object to look for.