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

#include <rpl_gtid.h>

Collaboration diagram for Cached_group:

Public Attributes

Gtid_specification spec
 The gtid for this group.
rpl_binlog_pos binlog_offset

Detailed Description

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.

Member Data Documentation

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.


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