#include "my_config.h"
#include <stddef.h>
#include <sys/types.h>
#include <map>
#include <string>
#include <utility>
#include <vector>
#include "my_dbug.h"
#include "my_psi_config.h"
#include "sql/mysqld.h"
#include "sql/rpl_channel_service_interface.h"
#include "sql/rpl_filter.h"
#include "sql/rpl_gtid.h"
#include "sql/rpl_io_monitor.h"
#include "sql/rpl_mi.h"
Go to the source code of this file.
|
class | Multisource_info |
| Class to store all the Master_info objects of a slave to access them in the replication code base or performance schema replication tables. More...
|
|
class | Rpl_channel_filters |
| The class is a container for all the per-channel filters, both a map of Rpl_filter objects and a list of Rpl_pfs_filter objects. More...
|
|
◆ filter_map
◆ mi_map
Maps a channel name to it's Master_info.
◆ replication_channel_map
◆ is_slave_configured()
static bool is_slave_configured |
( |
| ) |
|
|
inlinestatic |
◆ channel_map
◆ rpl_channel_filters