MySQL 8.0.40
Source Code Documentation
|
#include <system_error>
#include "channel.h"
#include "classic_connection_base.h"
#include "mysql/harness/stdx/expected.h"
Go to the source code of this file.
Classes | |
class | ClassicFrame |
Functions | |
template<> | |
stdx::expected< classic_protocol::borrowed::message::client::StmtExecute, std::error_code > | ClassicFrame::recv_msg< classic_protocol::borrowed::message::client::StmtExecute > (Channel *src_channel, ClassicProtocolState *src_protocol, classic_protocol::capabilities::value_type caps) |
receive a StmtExecute message from a channel. More... | |
|
inline |
receive a StmtExecute message from a channel.
specialization of recv_msg<> as StmtExecute needs a the data from the StmtPrepareOk.