MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GroupTest::Stage Struct Reference
Collaboration diagram for GroupTest::Stage:

Public Member Functions

 Stage (class GroupTest *gt, Sid_map *sm)
void init (Sid_map *sm)
void print () const
void new_stage (const Gtid_set *done_groups, Sid_map *other_sm)

Public Attributes

class GroupTestgroup_test
Sid_mapsid_map
Substage substages [MAX_SUBSTAGES]
int n_substages
Gtid_set set
int str_len
char * str
Gtid_set automatic_groups
Gtid_set non_automatic_groups

Static Public Attributes

static const int MAX_SUBSTAGES = 200

Detailed Description

A stage, i.e., the sequence of randomly generated groups.

Definition at line 121 of file rpl_group_set-t.cc.

Member Function Documentation

void GroupTest::Stage::new_stage ( const Gtid_set done_groups,
Sid_map other_sm 
)
inline

Generate the the random groups that constitute a stage.

Parameters
done_groupsThe set of all groups added in previous stages.
other_smSid_map to which groups should be added.

Definition at line 177 of file rpl_group_set-t.cc.

Here is the call graph for this function:


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