MySQL 8.0.40
Source Code Documentation
|
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 |
Holds information about a GTID interval: the sidno, the first gno and the last gno of this interval.
rpl_gno Gtid_interval::gno_end |
rpl_gno Gtid_interval::gno_start |
rpl_sidno Gtid_interval::sidno |