MySQL 9.1.0
Source Code Documentation
|
#include "plugin/group_replication/include/gcs_mysql_network_provider.h"
#include "include/sql_common.h"
#include <mysql.h>
#include <mysql/components/services/log_builtins.h>
#include <mysqld_error.h>
#include <sql-common/net_ns.h>
#include <sql/sql_class.h>
#include "my_dbug.h"
#include "plugin/group_replication/include/plugin.h"
#include "sql/rpl_group_replication.h"
Functions | |
int | handle_group_replication_incoming_connection (THD *thd, int fd, SSL *ssl_ctx) |
Callback implementation of handle_group_replication_incoming_connection. More... | |
int handle_group_replication_incoming_connection | ( | THD * | thd, |
int | fd, | ||
SSL * | ssl_ctx | ||
) |
Callback implementation of handle_group_replication_incoming_connection.
This is the entry point for new MySQL connections that are directed to GCS
thd | THD object of the connection |
fd | File descriptor of the connections |
ssl_ctx | SSL data of the connection |