MySQL 8.4.0
Source Code Documentation
Transaction_write_set Struct Reference

This structure is used to keep the list of the hash values of the records changed in the transaction. More...

#include <service_rpl_transaction_write_set.h>

Public Attributes

unsigned int m_flags
 
unsigned long write_set_size
 
unsigned long long * write_set
 

Detailed Description

This structure is used to keep the list of the hash values of the records changed in the transaction.

Member Data Documentation

◆ m_flags

unsigned int Transaction_write_set::m_flags

◆ write_set

unsigned long long* Transaction_write_set::write_set

◆ write_set_size

unsigned long Transaction_write_set::write_set_size

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