26#ifndef ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_INIT_SCHEMA_SENDER_H_
27#define ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_INIT_SCHEMA_SENDER_H_
Definition: classic_init_schema_sender.h:31
Stage
Definition: classic_init_schema_sender.h:36
stdx::expected< Result, std::error_code > process() override
Definition: classic_init_schema_sender.cc:36
Stage stage_
Definition: classic_init_schema_sender.h:57
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_init_schema_sender.cc:152
stdx::expected< Result, std::error_code > error()
Definition: classic_init_schema_sender.cc:135
Stage stage() const
Definition: classic_init_schema_sender.h:47
stdx::expected< Result, std::error_code > response()
Definition: classic_init_schema_sender.cc:74
InitSchemaSender(MysqlRoutingClassicConnectionBase *conn, std::string schema)
Definition: classic_init_schema_sender.h:33
stdx::expected< Result, std::error_code > command()
Definition: classic_init_schema_sender.cc:53
stdx::expected< Result, std::error_code > ok()
Definition: classic_init_schema_sender.cc:104
std::string schema_
Definition: classic_init_schema_sender.h:59
void stage(Stage stage)
Definition: classic_init_schema_sender.h:46
Definition: classic_connection_base.h:57
a processor base class with helper functions.
Definition: processor.h:109
Definition: expected.h:286
Define std::hash<Gtid>.
Definition: gtid.h:355