My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
Gtid_set::String_format Struct Reference

#include <rpl_gtid.h>

List of all members.

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

Detailed Description

Class Gtid_set::String_format defines the separators used by Gtid_set::to_string.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines