MySQL 9.1.0
Source Code Documentation
|
#include <string>
#include <system_error>
#include <utility>
#include <vector>
#include "mysql/harness/net_ts/buffer.h"
#include "mysql/harness/stdx/expected.h"
#include "mysqlrouter/classic_protocol_constants.h"
#include "mysqlrouter/classic_protocol_session_track.h"
Go to the source code of this file.
Functions | |
stdx::expected< std::vector< std::pair< std::string, std::string > >, std::error_code > | session_trackers_to_string (net::const_buffer session_trackers, classic_protocol::capabilities::value_type caps) |
stdx::expected< std::vector< std::pair< std::string, std::string > >, std::error_code > session_trackers_to_string | ( | net::const_buffer | session_trackers, |
classic_protocol::capabilities::value_type | caps | ||
) |