MySQL 9.1.0
Source Code Documentation
|
In-memory copy of the information from z_index_entry_t. More...
#include <zlob0index.h>
Public Member Functions | |
z_index_entry_mem_t () | |
std::ostream & | print (std::ostream &out) const |
void | reset () |
Initialize all the members. More... | |
bool | is_null () |
Public Attributes | |
fil_addr_t | m_self |
The location of this index entry node. More... | |
fil_addr_t | m_prev |
fil_addr_t | m_next |
flst_bnode_t | m_versions |
trx_id_t | m_trx_id |
trx_id_t | m_trx_id_modifier |
undo_no_t | m_trx_undo_no |
undo_no_t | m_trx_undo_no_modifier |
page_no_t | m_z_page_no |
frag_id_t | m_z_frag_id |
ulint | m_data_len |
Uncompressed data length. More... | |
ulint | m_z_data_len |
Compressed data length. More... | |
In-memory copy of the information from z_index_entry_t.
|
inline |
|
inline |
std::ostream & lob::z_index_entry_mem_t::print | ( | std::ostream & | out | ) | const |
|
inline |
Initialize all the members.
ulint lob::z_index_entry_mem_t::m_data_len |
Uncompressed data length.
fil_addr_t lob::z_index_entry_mem_t::m_next |
fil_addr_t lob::z_index_entry_mem_t::m_prev |
fil_addr_t lob::z_index_entry_mem_t::m_self |
The location of this index entry node.
trx_id_t lob::z_index_entry_mem_t::m_trx_id |
trx_id_t lob::z_index_entry_mem_t::m_trx_id_modifier |
undo_no_t lob::z_index_entry_mem_t::m_trx_undo_no |
undo_no_t lob::z_index_entry_mem_t::m_trx_undo_no_modifier |
flst_bnode_t lob::z_index_entry_mem_t::m_versions |
ulint lob::z_index_entry_mem_t::m_z_data_len |
Compressed data length.
frag_id_t lob::z_index_entry_mem_t::m_z_frag_id |
page_no_t lob::z_index_entry_mem_t::m_z_page_no |