MySQL 8.4.0
Source Code Documentation
gr Namespace Reference

Namespaces

namespace  perfschema
 
namespace  status_service
 

Classes

class  Certified_gtid
 Class that aggregates important information about already certified gtid. More...
 
class  Gtid_generator
 This class is responsible for generating GTIDs in the Certifier. More...
 
class  Gtid_generator_for_sidno
 Class that is responsible for holding available GTIDs and assigning GTID blocks to specific group members. More...
 

Typedefs

using Gtid_tsid = mysql::gtid::Tsid
 
using Gtid_tag = mysql::gtid::Tag
 
using Gtid_format = mysql::gtid::Gtid_format
 

Enumerations

enum class  Certification_result { positive , negative , error }
 Represents result of certification function. More...
 

Typedef Documentation

◆ Gtid_format

◆ Gtid_tag

using gr::Gtid_tag = typedef mysql::gtid::Tag

◆ Gtid_tsid

Enumeration Type Documentation

◆ Certification_result

enum class gr::Certification_result
strong

Represents result of certification function.

Enumerator
positive 
negative 
error