MySQL 8.3.0
Source Code Documentation
TranxNode Struct Reference

#include <semisync_source.h>

Public Attributes

char log_name_ [FN_REFLEN]
 
my_off_t log_pos_
 
mysql_cond_t cond
 
int n_waiters
 
struct TranxNodenext_
 
struct TranxNodehash_next_
 

Member Data Documentation

◆ cond

mysql_cond_t TranxNode::cond

◆ hash_next_

struct TranxNode* TranxNode::hash_next_

◆ log_name_

char TranxNode::log_name_[FN_REFLEN]

◆ log_pos_

my_off_t TranxNode::log_pos_

◆ n_waiters

int TranxNode::n_waiters

◆ next_

struct TranxNode* TranxNode::next_

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