|
MySQL 5.6.14 Source Code Document
|
#include <rpl_gtid.h>
Public Attributes | |
| const char * | begin |
| The generated string begins with this. | |
| const char * | end |
| The generated string begins with this. | |
| const char * | sid_gno_separator |
| In 'SID:GNO', this is the ':'. | |
| const char * | gno_start_end_separator |
| In 'SID:GNO-GNO', this is the '-'. | |
| const char * | gno_gno_separator |
| In 'SID:GNO:GNO', this is the second ':'. | |
| const char * | gno_sid_separator |
| In 'SID:GNO,SID:GNO', this is the ','. | |
| const char * | empty_set_string |
| If the set is empty and this is not NULL, then this string is generated. | |
| const int | begin_length |
| The following fields are the lengths of each field above. | |
| const int | end_length |
| const int | sid_gno_separator_length |
| const int | gno_start_end_separator_length |
| const int | gno_gno_separator_length |
| const int | gno_sid_separator_length |
| const int | empty_set_string_length |
Class Gtid_set::String_format defines the separators used by Gtid_set::to_string.
Definition at line 1098 of file rpl_gtid.h.