MySQL 9.0.0
Source Code Documentation
gcs_mysql_network_provider.cc File Reference

Functions

int 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()

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

Parameters
thdTHD object of the connection
fdFile descriptor of the connections
ssl_ctxSSL data of the connection
Returns
int Returns 1 in case of any error. 0 otherwise.