MySQL 9.1.0
Source Code Documentation
|
#include <mysql/group_replication_priv.h>
#include <list>
#include <string>
#include <vector>
#include "plugin/group_replication/include/gcs_plugin_messages.h"
#include "plugin/group_replication/include/plugin_handlers/primary_election_include.h"
#include "plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_member_identifier.h"
Go to the source code of this file.
Classes | |
class | Group_event_observer |
Class that others can extend to receive notifications about views and primary elections. More... | |
class | Group_events_observation_manager |
Class alerts listeners of group events like view changes and elections. More... | |