MySQL 9.1.0
Source Code Documentation
|
#include "classic_reset_connection_forwarder.h"
#include "classic_connection_base.h"
#include "classic_frame.h"
#include "classic_lazy_connect.h"
#include "classic_query_sender.h"
#include "mysql/harness/logging/logging.h"
#include "mysql/harness/net_ts/impl/poll.h"
#include "mysql/harness/stdx/expected.h"
#include "mysql/harness/tls_error.h"
#include "mysqld_error.h"
#include "mysqlrouter/classic_protocol_session_track.h"
#include "mysqlrouter/connection_pool_component.h"
#include "mysqlrouter/datatypes.h"
#include "mysqlrouter/utils.h"
#include "sql_value.h"
Classes | |
class | anonymous_namespace{classic_reset_connection_forwarder.cc}::FailedQueryHandler |
class | anonymous_namespace{classic_reset_connection_forwarder.cc}::SelectSessionVariablesHandler |
capture the system-variables. More... | |
Namespaces | |
namespace | anonymous_namespace{classic_reset_connection_forwarder.cc} |
Functions | |
stdx::expected< void, std::error_code > | anonymous_namespace{classic_reset_connection_forwarder.cc}::socket_is_alive (const ConnectionPool::ServerSideConnection &server_conn) |
void | anonymous_namespace{classic_reset_connection_forwarder.cc}::set_session_var (std::string &q, const std::string &key, const std::optional< std::string > &val) |
void | anonymous_namespace{classic_reset_connection_forwarder.cc}::set_session_var_or_value (std::string &q, const ClassicProtocolState::SystemVariables &sysvars, const std::string &key, const std::optional< std::string > &default_value) |