MySQL 8.0.37
Source Code Documentation
classic_connect.cc File Reference

Namespaces

namespace  anonymous_namespace{classic_connect.cc}
 

Functions

static std::string destination_id_from_endpoint (const std::string &host_name, const std::string &service_name)
 
static std::string destination_id_from_endpoint (const net::ip::tcp::resolver::results_type::iterator::value_type &endpoint)
 
static TlsSwitchableConnection make_connection_from_pooled (PooledClassicConnection &&other)
 
static stdx::expected< std::error_code, std::error_code > sock_error_code (TlsSwitchableConnection &conn)
 
std::string anonymous_namespace{classic_connect.cc}::pretty_endpoint (const net::ip::tcp::endpoint &ep, const std::string &hostname)
 

Function Documentation

◆ destination_id_from_endpoint() [1/2]

static std::string destination_id_from_endpoint ( const net::ip::tcp::resolver::results_type::iterator::value_type endpoint)
static

◆ destination_id_from_endpoint() [2/2]

static std::string destination_id_from_endpoint ( const std::string &  host_name,
const std::string &  service_name 
)
static

◆ make_connection_from_pooled()

static TlsSwitchableConnection make_connection_from_pooled ( PooledClassicConnection &&  other)
static

◆ sock_error_code()

static stdx::expected< std::error_code, std::error_code > sock_error_code ( TlsSwitchableConnection conn)
static