MySQL 5.6.14 Source Code Document
|
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 GroupTest * | group_test |
Sid_map * | sid_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 |
A stage, i.e., the sequence of randomly generated groups.
Definition at line 121 of file rpl_group_set-t.cc.
Generate the the random groups that constitute a stage.
done_groups | The set of all groups added in previous stages. |
other_sm | Sid_map to which groups should be added. |
Definition at line 177 of file rpl_group_set-t.cc.