MySQL 8.0.37
Source Code Documentation
gcs_mysql_network_provider.cc File Reference

Functions

void handle_group_replication_incoming_connection (THD *thd, int fd, SSL *ssl_ctx)
 Callback implementation of handle_group_replication_incoming_connection. More...
 

Function Documentation

◆ handle_group_replication_incoming_connection()

void 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

Parameters
thdTHD object of the connection
fdFile descriptor of the connections
ssl_ctxSSL data of the connection