MySQL 8.3.0
Source Code Documentation
forwarding_processor.cc File Reference
#include "forwarding_processor.h"
#include <memory>
#include <openssl/ssl.h>
#include "await_client_or_server.h"
#include "classic_connect.h"
#include "classic_connection_base.h"
#include "classic_forwarder.h"
#include "classic_frame.h"
#include "classic_lazy_connect.h"
#include "mysql/harness/tls_error.h"
#include "mysqld_error.h"
#include "mysqlrouter/connection_pool_component.h"

Functions

static PooledClassicConnection make_pooled_connection (TlsSwitchableConnection &&other)
 
static TlsSwitchableConnection make_connection_from_pooled (PooledClassicConnection &&other)
 

Function Documentation

◆ make_connection_from_pooled()

static TlsSwitchableConnection make_connection_from_pooled ( PooledClassicConnection &&  other)
static

◆ make_pooled_connection()

static PooledClassicConnection make_pooled_connection ( TlsSwitchableConnection &&  other)
static