MySQL 8.4.0
Source Code Documentation
Gtid_interval Struct Reference

Holds information about a GTID interval: the sidno, the first gno and the last gno of this interval. More...

#include <rpl_gtid.h>

Public Member Functions

void set (rpl_sidno sid_no, rpl_gno start, rpl_gno end)
 

Public Attributes

rpl_sidno sidno
 
rpl_gno gno_start
 
rpl_gno gno_end
 

Detailed Description

Holds information about a GTID interval: the sidno, the first gno and the last gno of this interval.

Member Function Documentation

◆ set()

void Gtid_interval::set ( rpl_sidno  sid_no,
rpl_gno  start,
rpl_gno  end 
)
inline

Member Data Documentation

◆ gno_end

rpl_gno Gtid_interval::gno_end

◆ gno_start

rpl_gno Gtid_interval::gno_start

◆ sidno

rpl_sidno Gtid_interval::sidno

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