|
MySQL 5.6.14 Source Code Document
|
#include <rpl_gtid.h>

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. | |
| Interval * | next |
| Pointer to next interval in list. | |
Represents one element in the linked list of intervals associated with a SIDNO.
Definition at line 1177 of file rpl_gtid.h.