MySQL 8.3.0
Source Code Documentation
lob_index_diff_t Struct Reference

This structure is used for undo logging of LOB index changes. More...

#include <row0upd.h>

Public Member Functions

std::ostream & print (std::ostream &out) const
 Print the current object into the given output stream. More...
 

Public Attributes

trx_id_t m_modifier_trxid
 
undo_no_t m_modifier_undo_no
 

Detailed Description

This structure is used for undo logging of LOB index changes.

Member Function Documentation

◆ print()

std::ostream & lob_index_diff_t::print ( std::ostream &  out) const
inline

Print the current object into the given output stream.

Parameters
[in,out]outthe output stream.
Returns
the output stream.

Member Data Documentation

◆ m_modifier_trxid

trx_id_t lob_index_diff_t::m_modifier_trxid

◆ m_modifier_undo_no

undo_no_t lob_index_diff_t::m_modifier_undo_no

The documentation for this struct was generated from the following file: