MySQL 8.3.0
Source Code Documentation
Mysqlx::Notice::GroupReplicationStateChanged Struct Reference

Notify clients about group replication state changes. More...

Public Types

enum  Type { MEMBERSHIP_QUORUM_LOSS = 1 , MEMBERSHIP_VIEW_CHANGE = 2 , MEMBER_ROLE_CHANGE = 3 , MEMBER_STATE_CHANGE = 4 }
 

Public Attributes

required uint32 type = 1
 type of group replication event More...
 
optional string view_id = 2
 view identifier More...
 

Detailed Description

Notify clients about group replication state changes.

Mysqlx::Notice::Frame Field Value
.type 4
.scope global

Member Enumeration Documentation

◆ Type

Enumerator
MEMBERSHIP_QUORUM_LOSS 
MEMBERSHIP_VIEW_CHANGE 
MEMBER_ROLE_CHANGE 
MEMBER_STATE_CHANGE 

Member Data Documentation

◆ type

required uint32 Mysqlx::Notice::GroupReplicationStateChanged::type = 1

type of group replication event

◆ view_id

optional string Mysqlx::Notice::GroupReplicationStateChanged::view_id = 2

view identifier


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