MySQL 5.6.14 Source Code Document
|
#include <rpl_gtid.h>
Public Attributes | |
Gtid_specification | spec |
The gtid for this group. | |
rpl_binlog_pos | binlog_offset |
Represents a group in the group cache.
Groups in the group cache are slightly different from other groups, because not all information about them is known.
Automatic groups are marked as such by setting gno<=0.
Definition at line 2484 of file rpl_gtid.h.
rpl_binlog_pos Cached_group::binlog_offset |
The position of this GTID in the cache, i.e., the total size of all previous groups.
Definition at line 2492 of file rpl_gtid.h.