MySQL 26.7.0
Source Code Documentation
classic_command.cc File Reference
#include "processors/session/classic_command.h"
#include <charconv>
#include <memory>
#include <string>
#include "basic_protocol_splicer.h"
#include "classic_connection_base.h"
#include "classic_frame.h"
#include "harness_assert.h"
#include "hexify.h"
#include "mysql/harness/logging/logging.h"
#include "mysql/harness/stdx/expected.h"
#include "mysql/harness/tls_error.h"
#include "mysqld_error.h"
#include "mysqlrouter/connection_pool.h"
#include "mysqlrouter/connection_pool_component.h"
#include "mysqlrouter/utils.h"
#include "processors/base/await_client_or_server.h"
#include "processors/base/processor.h"
#include "processors/forwarders/classic_binlog_dump_forwarder.h"
#include "processors/forwarders/classic_change_user_forwarder.h"
#include "processors/forwarders/classic_clone_forwarder.h"
#include "processors/forwarders/classic_debug_forwarder.h"
#include "processors/forwarders/classic_init_schema_forwarder.h"
#include "processors/forwarders/classic_kill_forwarder.h"
#include "processors/forwarders/classic_list_fields_forwarder.h"
#include "processors/forwarders/classic_ping_forwarder.h"
#include "processors/forwarders/classic_query_forwarder.h"
#include "processors/forwarders/classic_quit_forwarder.h"
#include "processors/forwarders/classic_register_replica_forwarder.h"
#include "processors/forwarders/classic_reload_forwarder.h"
#include "processors/forwarders/classic_reset_connection_forwarder.h"
#include "processors/forwarders/classic_set_option_forwarder.h"
#include "processors/forwarders/classic_statistics_forwarder.h"
#include "processors/forwarders/classic_stmt_close_forwarder.h"
#include "processors/forwarders/classic_stmt_execute_forwarder.h"
#include "processors/forwarders/classic_stmt_fetch_forwarder.h"
#include "processors/forwarders/classic_stmt_param_append_data_forwarder.h"
#include "processors/forwarders/classic_stmt_prepare_forwarder.h"
#include "processors/forwarders/classic_stmt_reset_forwarder.h"
#include "processors/senders/classic_query_sender.h"
#include "tracer.h"

Classes

class  ShowWarningsHandler
 
class  SelectSessionCollationConnectionHandler
 

Namespaces

namespace  anonymous_namespace{classic_command.cc}
 

Functions

template<class P >
stdx::expected< Processor::Result, std::error_code > anonymous_namespace{classic_command.cc}::push_processor (MysqlRoutingClassicConnectionBase *conn)