MySQL 9.1.0
Source Code Documentation
|
#include <utility>
#include <vector>
#include "plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_message.h"
#include "plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_view.h"
Go to the source code of this file.
Classes | |
class | Gcs_control_event_listener |
This interface is implemented by those who wish to receive Control Interface notifications. More... | |
Typedefs | |
typedef std::vector< std::pair< Gcs_member_identifier *, Gcs_message_data * > > | Exchanged_data |
Alias for the Data exchanged and delivered from all nodes. More... | |
typedef std::vector<std::pair<Gcs_member_identifier *, Gcs_message_data *> > Exchanged_data |
Alias for the Data exchanged and delivered from all nodes.
It shall contain any entry from every member that handed out its data for a joining node.