MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Gtid_set::Interval Struct Reference

#include <rpl_gtid.h>

Collaboration diagram for Gtid_set::Interval:

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 1177 of file rpl_gtid.h.


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