MySQL 9.0.0
Source Code Documentation
Gtid_set::Interval Struct Reference

Represents one element in the linked list of intervals associated with a SIDNO. More...

#include <rpl_gtid.h>

Public Member Functions

bool equals (const Interval &other) const
 Return true iff this interval is equal to the given interval. More...
 

Public Attributes

rpl_gno start
 The first GNO of this interval. More...
 
rpl_gno end
 The first GNO after this interval. More...
 
Intervalnext
 Pointer to next interval in list. More...
 

Detailed Description

Represents one element in the linked list of intervals associated with a SIDNO.

Member Function Documentation

◆ equals()

bool Gtid_set::Interval::equals ( const Interval other) const
inline

Return true iff this interval is equal to the given interval.

Member Data Documentation

◆ end

rpl_gno Gtid_set::Interval::end

The first GNO after this interval.

◆ next

Interval* Gtid_set::Interval::next

Pointer to next interval in list.

◆ start

rpl_gno Gtid_set::Interval::start

The first GNO of this interval.


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