Find a page frame.
More...
◆ Find_page()
Find_page::Find_page |
( |
const void * |
ptr, |
|
|
ulint |
flags |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | ptr | pointer to within a page frame |
[in] | flags | MTR_MEMO flags to look for |
◆ get_block()
- Returns
- the block that was found
◆ get_slot()
- Returns
- the slot that was found
◆ operator()()
Visit a memo entry.
- Parameters
-
[in] | slot | memo entry to visit |
- Return values
-
false | if a page was found |
true | if the iteration should continue |
◆ m_flags
const ulint Find_page::m_flags |
|
private |
MTR_MEMO flags to look for.
◆ m_ptr
const void* const Find_page::m_ptr |
|
private |
Pointer inside a page frame to look for.
◆ m_slot
The slot corresponding to m_ptr.
The documentation for this struct was generated from the following file: