![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
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... | |
| Interval * | next | 
| Pointer to next interval in list.  More... | |
Represents one element in the linked list of intervals associated with a SIDNO.
      
  | 
  inline | 
Return true iff this interval is equal to the given interval.
| rpl_gno Gtid_set::Interval::end | 
The first GNO after this interval.
| Interval* Gtid_set::Interval::next | 
Pointer to next interval in list.
| rpl_gno Gtid_set::Interval::start | 
The first GNO of this interval.